#99F4EA

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

Shades of Pale Turquoise #99F4EA

Tints of Pale Turquoise #99F4EA

Color information

#99F4EA (or 0x99F4EA) is unknown color: approx Pale Turquoise. HEX triplet: 99, F4 and EA. RGB value is (153,244,234). Sum of RGB (Red+Green+Blue) = 153+244+234=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #99F4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F4EA is #660B15. Grayscale: #D7D7D7. Windows color (decimal): -6687510 or 15398041. OLE color: 15398041.

HSL color Cylindrical-coordinate representation of color #99F4EA: hue angle of 173.41º 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 #99F4EA is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB153244234-
CMYK0.3700.040.04
HSL173.41º80.53%77.84%-
HSV(B)173.41º37.3%95.69%-
XYZ60.3477.4189.6-
YUV215.65138.3583.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.25%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=24.25%
G=38.67%
B=37.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532442340.3700.040.04173.4180.5377.84
Hex99F4EA25044ad514e
Octal23136435245044255121116
Binary10011001111101001110101010010101001001010110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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