#99F4EC

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

Shades of Pale Turquoise #99F4EC

Tints of Pale Turquoise #99F4EC

Color information

#99F4EC (or 0x99F4EC) is unknown color: approx Pale Turquoise. HEX triplet: 99, F4 and EC. RGB value is (153,244,236). Sum of RGB (Red+Green+Blue) = 153+244+236=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #99F4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F4EC is #660B13. Grayscale: #D7D7D7. Windows color (decimal): -6687508 or 15529113. OLE color: 15529113.

HSL color Cylindrical-coordinate representation of color #99F4EC: hue angle of 174.73º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F4EC is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB153244236-
CMYK0.3700.030.04
HSL174.73º80.53%77.84%-
HSV(B)174.73º37.3%95.69%-
XYZ60.6377.5391.13-
YUV215.88139.3583.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.17%
GREEN value IS 244 (95.70% from 255) = 38.55%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=24.17%
G=38.55%
B=37.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532442360.3700.030.04174.7380.5377.84
Hex99F4EC25034af514e
Octal23136435445034257121116
Binary1001100111110100111011001001010111001010111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,244,236); }

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

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

 a { background-color: rgb(153,244,236); }

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

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

 span { border-color: rgb(153,244,236); }

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