#96FCF3

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

Shades of Pale Turquoise #96FCF3

Tints of Pale Turquoise #96FCF3

Color information

#96FCF3 (or 0x96FCF3) is unknown color: approx Pale Turquoise. HEX triplet: 96, FC and F3. RGB value is (150,252,243). Sum of RGB (Red+Green+Blue) = 150+252+243=645 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.26% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FCF3 is #69030C. Grayscale: #DCDCDC. Windows color (decimal): -6882061 or 15989910. OLE color: 15989910.

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

Color convert

RGB150252243-
CMYK0.4000.040.01
HSL174.71º94.44%78.82%-
HSV(B)174.71º40.48%98.82%-
XYZ63.5782.5897.38-
YUV220.48140.7177.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.26%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=23.26%
G=39.07%
B=37.67%

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
Decimal1502522430.4000.040.01174.7194.4478.82
Hex96FCF328041af5e4f
Octal22637436350041257136117
Binary100101101111110011110011101000010011010111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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