#99FCF9

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

Shades of Pale Turquoise #99FCF9

Tints of Pale Turquoise #99FCF9

Color information

#99FCF9 (or 0x99FCF9) is unknown color: approx Pale Turquoise. HEX triplet: 99, FC and F9. RGB value is (153,252,249). Sum of RGB (Red+Green+Blue) = 153+252+249=654 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.39% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCF9 is #660306. Grayscale: #DDDDDD. Windows color (decimal): -6685447 or 16383129. OLE color: 16383129.

HSL color Cylindrical-coordinate representation of color #99FCF9: hue angle of 178.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCF9 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB153252249-
CMYK0.3900.010.01
HSL178.18º94.29%79.41%-
HSV(B)178.18º39.29%98.82%-
XYZ65.0583.23102.26-
YUV222.06143.278.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.39%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=23.39%
G=38.53%
B=38.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532522490.3900.010.01178.1894.2979.41
Hex99FCF927011b25e4f
Octal23137437147011262136117
Binary1001100111111100111110011001110111011001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,252,249); }

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

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

 a { background-color: rgb(153,252,249); }

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

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

 span { border-color: rgb(153,252,249); }

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