#96F4EB

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

Shades of Pale Turquoise #96F4EB

Tints of Pale Turquoise #96F4EB

Color information

#96F4EB (or 0x96F4EB) is unknown color: approx Pale Turquoise. HEX triplet: 96, F4 and EB. RGB value is (150,244,235). Sum of RGB (Red+Green+Blue) = 150+244+235=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F4EB is #690B14. Grayscale: #D6D6D6. Windows color (decimal): -6884117 or 15463574. OLE color: 15463574.

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

Color convert

RGB150244235-
CMYK0.3900.040.04
HSL174.26º81.03%77.25%-
HSV(B)174.26º38.52%95.69%-
XYZ59.9277.1890.34-
YUV214.87139.3681.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.85%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=23.85%
G=38.79%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502442350.3900.040.04174.2681.0377.25
Hex96F4EB27044ae514d
Octal22636435347044256121115
Binary10010110111101001110101110011101001001010111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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