#B8F5FE

Color #B8F5FE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B8F5FE

Tints of Pale Turquoise #B8F5FE

Color information

#B8F5FE (or 0xB8F5FE) is unknown color: approx Pale Turquoise. HEX triplet: B8, F5 and FE. RGB value is (184,245,254). Sum of RGB (Red+Green+Blue) = 184+245+254=683 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.94% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F5FE is #470A01. Grayscale: #E3E3E3. Windows color (decimal): -4655618 or 16709048. OLE color: 16709048.

HSL color Cylindrical-coordinate representation of color #B8F5FE: hue angle of 187.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8F5FE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184245254-
CMYK0.280.0400.00
HSL187.71º97.22%85.88%-
HSV(B)187.71º27.56%99.61%-
XYZ70.3182.65106.01-
YUV227.79142.7996.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 26.94%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=26.94%
G=35.87%
B=37.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842452540.280.0400.00187.7197.2285.88
HexB8F5FE1C400bc6156
Octal27036537634400274141126
Binary10111000111101011111111011100100001011110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F5FE; }

 p { color: rgb(184,245,254); }

 H1.HeaderClassName
 {
   color: #B8F5FE;
 }
 .AnyTagClassName
 {
   color: #B8F5FE;
 }
</style>
background-color css

<style>
 a { background-color: #B8F5FE; }

 a { background-color: rgb(184,245,254); }

 div.DivClassName
 {
   background-color: #B8F5FE;
 }
 .BgClassName
 {
   background-color: #B8F5FE;
 }
</style>
border-color css

<style>
 span { border-color: #B8F5FE; }

 span { border-color: rgb(184,245,254); }

 td.TdClassName
 {
   border-color: #B8F5FE;
 }
 .TagClassName
 {
   border-color: #B8F5FE;
 }
</style>