#96f7e8

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

Shades of Pale Turquoise #96F7E8

Tints of Pale Turquoise #96F7E8

Color information

#96F7E8 (or 0x96F7E8) is unknown color: approx Pale Turquoise. HEX triplet: 96, F7 and E8. RGB value is (150,247,232). Sum of RGB (Red+Green+Blue) = 150+247+232=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F7E8 is #690817. Grayscale: #D8D8D8. Windows color (decimal): -6883352 or 15267734. OLE color: 15267734.

HSL color Cylindrical-coordinate representation of color #96F7E8: hue angle of 170.72º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7E8 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB150247232-
CMYK0.3900.060.03
HSL170.72º85.84%77.84%-
HSV(B)170.72º39.27%96.86%-
XYZ60.478.8388.38-
YUV216.29136.8680.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.85%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=23.85%
G=39.27%
B=36.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502472320.3900.060.03170.7285.8477.84
Hex96F7E827063ab564e
Octal22636735047063253126116
Binary1001011011110111111010001001110110111010101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f7e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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