#99FAE5

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

Shades of Pale Turquoise #99FAE5

Tints of Pale Turquoise #99FAE5

Color information

#99FAE5 (or 0x99FAE5) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and E5. RGB value is (153,250,229). Sum of RGB (Red+Green+Blue) = 153+250+229=632 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.21% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAE5 is #66051A. Grayscale: #DADADA. Windows color (decimal): -6685979 or 15071897. OLE color: 15071897.

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

Color convert

RGB153250229-
CMYK0.3900.080.02
HSL167.01º90.65%79.02%-
HSV(B)167.01º38.8%98.04%-
XYZ61.4780.886.49-
YUV218.6133.8681.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.21%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=24.21%
G=39.56%
B=36.23%

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
Decimal1532502290.3900.080.02167.0190.6579.02
Hex99FAE527082a75b4f
Octal231372345470102247133117
Binary10011001111110101110010110011101000101010011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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