#96F4ED

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

Shades of Pale Turquoise #96F4ED

Tints of Pale Turquoise #96F4ED

Color information

#96F4ED (or 0x96F4ED) is unknown color: approx Pale Turquoise. HEX triplet: 96, F4 and ED. RGB value is (150,244,237). Sum of RGB (Red+Green+Blue) = 150+244+237=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F4ED is #690B12. Grayscale: #D7D7D7. Windows color (decimal): -6884115 or 15594646. OLE color: 15594646.

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

Color convert

RGB150244237-
CMYK0.3900.030.04
HSL175.53º81.03%77.25%-
HSV(B)175.53º38.52%95.69%-
XYZ60.2177.391.87-
YUV215.1140.3681.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.77%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=23.77%
G=38.67%
B=37.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502442370.3900.030.04175.5381.0377.25
Hex96F4ED27034b0514d
Octal22636435547034260121115
Binary1001011011110100111011011001110111001011000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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