#96FBEC

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

Shades of Pale Turquoise #96FBEC

Tints of Pale Turquoise #96FBEC

Color information

#96FBEC (or 0x96FBEC) is unknown color: approx Pale Turquoise. HEX triplet: 96, FB and EC. RGB value is (150,251,236). Sum of RGB (Red+Green+Blue) = 150+251+236=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FBEC is #690413. Grayscale: #DBDBDB. Windows color (decimal): -6882324 or 15530902. OLE color: 15530902.

HSL color Cylindrical-coordinate representation of color #96FBEC: hue angle of 171.09º 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 #96FBEC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB150251236-
CMYK0.4000.060.02
HSL171.09º92.66%78.63%-
HSV(B)171.09º40.24%98.43%-
XYZ62.2281.5391.82-
YUV219.09137.5478.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.55%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=23.55%
G=39.40%
B=37.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512360.4000.060.02171.0992.6678.63
Hex96FBEC28062ab5d4f
Octal22637335450062253135117
Binary1001011011111011111011001010000110101010101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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