#96FCF2

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

Shades of Pale Turquoise #96FCF2

Tints of Pale Turquoise #96FCF2

Color information

#96FCF2 (or 0x96FCF2) is unknown color: approx Pale Turquoise. HEX triplet: 96, FC and F2. RGB value is (150,252,242). Sum of RGB (Red+Green+Blue) = 150+252+242=644 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.29% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FCF2 is #69030D. Grayscale: #DCDCDC. Windows color (decimal): -6882062 or 15924374. OLE color: 15924374.

HSL color Cylindrical-coordinate representation of color #96FCF2: hue angle of 174.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCF2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB150252242-
CMYK0.4000.040.01
HSL174.12º94.44%78.82%-
HSV(B)174.12º40.48%98.82%-
XYZ63.4282.5296.59-
YUV220.36140.2177.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.29%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=23.29%
G=39.13%
B=37.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502522420.4000.040.01174.1294.4478.82
Hex96FCF228041ae5e4f
Octal22637436250041256136117
Binary100101101111110011110010101000010011010111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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