#96FFED

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

Shades of Pale Turquoise #96FFED

Tints of Pale Turquoise #96FFED

Color information

#96FFED (or 0x96FFED) is unknown color: approx Pale Turquoise. HEX triplet: 96, FF and ED. RGB value is (150,255,237). Sum of RGB (Red+Green+Blue) = 150+255+237=642 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.36% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFED is #690012. Grayscale: #DDDDDD. Windows color (decimal): -6881299 or 15597462. OLE color: 15597462.

HSL color Cylindrical-coordinate representation of color #96FFED: hue angle of 169.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFED is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB150255237-
CMYK0.4100.070
HSL169.71º100%79.41%-
HSV(B)169.71º41.18%100%-
XYZ63.6284.1293-
YUV221.55136.7176.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.36%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=23.36%
G=39.72%
B=36.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552370.4100.070169.7110079.41
Hex96FFED29070aa644f
Octal22637735551070252144117
Binary100101101111111111101101101001011101010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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