#96FBE8

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

Shades of Pale Turquoise #96FBE8

Tints of Pale Turquoise #96FBE8

Color information

#96FBE8 (or 0x96FBE8) is unknown color: approx Pale Turquoise. HEX triplet: 96, FB and E8. RGB value is (150,251,232). Sum of RGB (Red+Green+Blue) = 150+251+232=633 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.70% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FBE8 is #690417. Grayscale: #DADADA. Windows color (decimal): -6882328 or 15268758. OLE color: 15268758.

HSL color Cylindrical-coordinate representation of color #96FBE8: hue angle of 168.71º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBE8 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB150251232-
CMYK0.4000.080.02
HSL168.71º92.66%78.63%-
HSV(B)168.71º40.24%98.43%-
XYZ61.6481.388.79-
YUV218.64135.5479.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.70%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=23.70%
G=39.65%
B=36.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512320.4000.080.02168.7192.6678.63
Hex96FBE828082a95d4f
Octal226373350500102251135117
Binary10010110111110111110100010100001000101010100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,251,232); }

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

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

 a { background-color: rgb(150,251,232); }

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

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

 span { border-color: rgb(150,251,232); }

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