#96F4EE

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

Shades of Pale Turquoise #96F4EE

Tints of Pale Turquoise #96F4EE

Color information

#96F4EE (or 0x96F4EE) is unknown color: approx Pale Turquoise. HEX triplet: 96, F4 and EE. RGB value is (150,244,238). Sum of RGB (Red+Green+Blue) = 150+244+238=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F4EE is #690B11. Grayscale: #D7D7D7. Windows color (decimal): -6884114 or 15660182. OLE color: 15660182.

HSL color Cylindrical-coordinate representation of color #96F4EE: hue angle of 176.17º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F4EE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB150244238-
CMYK0.3900.020.04
HSL176.17º81.03%77.25%-
HSV(B)176.17º38.52%95.69%-
XYZ60.3677.3692.64-
YUV215.21140.8681.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.73%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=23.73%
G=38.61%
B=37.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502442380.3900.020.04176.1781.0377.25
Hex96F4EE27024b0514d
Octal22636435647024260121115
Binary1001011011110100111011101001110101001011000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F4EE; }

 p { color: rgb(150,244,238); }

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

<style>
 a { background-color: #96F4EE; }

 a { background-color: rgb(150,244,238); }

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

<style>
 span { border-color: #96F4EE; }

 span { border-color: rgb(150,244,238); }

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