#99FAEA

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

Shades of Pale Turquoise #99FAEA

Tints of Pale Turquoise #99FAEA

Color information

#99FAEA (or 0x99FAEA) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and EA. RGB value is (153,250,234). Sum of RGB (Red+Green+Blue) = 153+250+234=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAEA is #660515. Grayscale: #DBDBDB. Windows color (decimal): -6685974 or 15399577. OLE color: 15399577.

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

Color convert

RGB153250234-
CMYK0.3900.060.02
HSL170.1º90.65%79.02%-
HSV(B)170.1º38.8%98.04%-
XYZ62.1781.0890.22-
YUV219.17136.3680.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.02%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=24.02%
G=39.25%
B=36.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502340.3900.060.02170.190.6579.02
Hex99FAEA27062aa5b4f
Octal23137235247062252133117
Binary1001100111111010111010101001110110101010101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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