#99FAEE

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

Shades of Pale Turquoise #99FAEE

Tints of Pale Turquoise #99FAEE

Color information

#99FAEE (or 0x99FAEE) is unknown color: approx Pale Turquoise. HEX triplet: 99, FA and EE. RGB value is (153,250,238). Sum of RGB (Red+Green+Blue) = 153+250+238=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAEE is #660511. Grayscale: #DBDBDB. Windows color (decimal): -6685970 or 15661721. OLE color: 15661721.

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

Color convert

RGB153250238-
CMYK0.3900.050.02
HSL172.58º90.65%79.02%-
HSV(B)172.58º38.8%98.04%-
XYZ62.7681.3293.28-
YUV219.63138.3680.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.87%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=23.87%
G=39.00%
B=37.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502380.3900.050.02172.5890.6579.02
Hex99FAEE27052ad5b4f
Octal23137235647052255133117
Binary1001100111111010111011101001110101101010110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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