#99FAF2

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

Shades of Pale Turquoise #99FAF2

Tints of Pale Turquoise #99FAF2

Color information

#99FAF2 (or 0x99FAF2) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and F2. RGB value is (153,250,242). Sum of RGB (Red+Green+Blue) = 153+250+242=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAF2 is #66050D. Grayscale: #DCDCDC. Windows color (decimal): -6685966 or 15923865. OLE color: 15923865.

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

Color convert

RGB153250242-
CMYK0.3900.030.02
HSL175.05º90.65%79.02%-
HSV(B)175.05º38.8%98.04%-
XYZ63.3581.5596.41-
YUV220.08140.3680.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.72%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=23.72%
G=38.76%
B=37.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502420.3900.030.02175.0590.6579.02
Hex99FAF227032af5b4f
Octal23137236247032257133117
Binary100110011111101011110010100111011101010111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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