#96F2EB

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

Shades of Pale Turquoise #96F2EB

Tints of Pale Turquoise #96F2EB

Color information

#96F2EB (or 0x96F2EB) is unknown color: approx Pale Turquoise. HEX triplet: 96, F2 and EB. RGB value is (150,242,235). Sum of RGB (Red+Green+Blue) = 150+242+235=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2EB is #690D14. Grayscale: #D5D5D5. Windows color (decimal): -6884629 or 15463062. OLE color: 15463062.

HSL color Cylindrical-coordinate representation of color #96F2EB: hue angle of 175.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2EB is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB150242235-
CMYK0.3800.030.05
HSL175.43º77.97%76.86%-
HSV(B)175.43º38.02%94.9%-
XYZ59.3375.9990.14-
YUV213.69140.0282.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.92%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=23.92%
G=38.60%
B=37.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502422350.3800.030.05175.4377.9776.86
Hex96F2EB26035af4e4d
Octal22636235346035257116115
Binary1001011011110010111010111001100111011010111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,235); }

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

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

 a { background-color: rgb(150,242,235); }

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

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

 span { border-color: rgb(150,242,235); }

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