#99FAF8

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

Shades of Pale Turquoise #99FAF8

Tints of Pale Turquoise #99FAF8

Color information

#99FAF8 (or 0x99FAF8) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and F8. RGB value is (153,250,248). Sum of RGB (Red+Green+Blue) = 153+250+248=651 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.50% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAF8 is #660507. Grayscale: #DCDCDC. Windows color (decimal): -6685960 or 16317081. OLE color: 16317081.

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

Color convert

RGB153250248-
CMYK0.3900.010.02
HSL178.76º90.65%79.02%-
HSV(B)178.76º38.8%98.04%-
XYZ64.2781.92101.23-
YUV220.77143.3679.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.50%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 248 (97.27% from 255) = 38.10%
R=23.50%
G=38.40%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502480.3900.010.02178.7690.6579.02
Hex99FAF827012b35b4f
Octal23137237047012263133117
Binary10011001111110101111100010011101101011001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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