#B8FAEE

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

Shades of Pale Turquoise #B8FAEE

Tints of Pale Turquoise #B8FAEE

Color information

#B8FAEE (or 0xB8FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B8, FA and EE. RGB value is (184,250,238). Sum of RGB (Red+Green+Blue) = 184+250+238=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAEE is #470511. Grayscale: #E4E4E4. Windows color (decimal): -4654354 or 15661752. OLE color: 15661752.

HSL color Cylindrical-coordinate representation of color #B8FAEE: hue angle of 169.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FAEE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB184250238-
CMYK0.2600.050.02
HSL169.09º86.84%85.1%-
HSV(B)169.09º26.4%98.04%-
XYZ69.3984.7393.59-
YUV228.9133.1395.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.38%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=27.38%
G=37.20%
B=35.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842502380.2600.050.02169.0986.8485.1
HexB8FAEE1A052a95755
Octal27037235632052251127125
Binary101110001111101011101110110100101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FAEE; }

 p { color: rgb(184,250,238); }

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

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

 a { background-color: rgb(184,250,238); }

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

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

 span { border-color: rgb(184,250,238); }

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