#96F5F3

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

Shades of Pale Turquoise #96F5F3

Tints of Pale Turquoise #96F5F3

Color information

#96F5F3 (or 0x96F5F3) is unknown color: approx Pale Turquoise. HEX triplet: 96, F5 and F3. RGB value is (150,245,243). Sum of RGB (Red+Green+Blue) = 150+245+243=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5F3 is #690A0C. Grayscale: #D8D8D8. Windows color (decimal): -6883853 or 15988118. OLE color: 15988118.

HSL color Cylindrical-coordinate representation of color #96F5F3: hue angle of 178.74º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5F3 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB150245243-
CMYK0.3900.010.04
HSL178.74º82.61%77.45%-
HSV(B)178.74º38.78%96.08%-
XYZ61.4178.2696.66-
YUV216.37143.0380.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.51%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=23.51%
G=38.40%
B=38.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502452430.3900.010.04178.7482.6177.45
Hex96F5F327014b3534d
Octal22636536347014263123115
Binary100101101111010111110011100111011001011001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,243); }

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

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

 a { background-color: rgb(150,245,243); }

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

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

 span { border-color: rgb(150,245,243); }

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