#99FAE6

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

Shades of Pale Turquoise #99FAE6

Tints of Pale Turquoise #99FAE6

Color information

#99FAE6 (or 0x99FAE6) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and E6. RGB value is (153,250,230). Sum of RGB (Red+Green+Blue) = 153+250+230=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAE6 is #660519. Grayscale: #DADADA. Windows color (decimal): -6685978 or 15137433. OLE color: 15137433.

HSL color Cylindrical-coordinate representation of color #99FAE6: hue angle of 167.63º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAE6 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB153250230-
CMYK0.3900.080.02
HSL167.63º90.65%79.02%-
HSV(B)167.63º38.8%98.04%-
XYZ61.6180.8687.22-
YUV218.72134.3681.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.17%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=24.17%
G=39.49%
B=36.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502300.3900.080.02167.6390.6579.02
Hex99FAE627082a85b4f
Octal231372346470102250133117
Binary10011001111110101110011010011101000101010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FAE6; }

 p { color: rgb(153,250,230); }

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

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

 a { background-color: rgb(153,250,230); }

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

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

 span { border-color: rgb(153,250,230); }

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