#99FAE7

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

Shades of Pale Turquoise #99FAE7

Tints of Pale Turquoise #99FAE7

Color information

#99FAE7 (or 0x99FAE7) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and E7. RGB value is (153,250,231). Sum of RGB (Red+Green+Blue) = 153+250+231=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAE7 is #660518. Grayscale: #DADADA. Windows color (decimal): -6685977 or 15202969. OLE color: 15202969.

HSL color Cylindrical-coordinate representation of color #99FAE7: hue angle of 168.25º 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 #99FAE7 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB153250231-
CMYK0.3900.080.02
HSL168.25º90.65%79.02%-
HSV(B)168.25º38.8%98.04%-
XYZ61.7580.9187.96-
YUV218.83134.8681.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.13%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 231 (90.62% from 255) = 36.44%
R=24.13%
G=39.43%
B=36.44%

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
Decimal1532502310.3900.080.02168.2590.6579.02
Hex99FAE727082a85b4f
Octal231372347470102250133117
Binary10011001111110101110011110011101000101010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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