#96FBF2

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

Shades of Pale Turquoise #96FBF2

Tints of Pale Turquoise #96FBF2

Color information

#96FBF2 (or 0x96FBF2) is unknown color: approx Pale Turquoise. HEX triplet: 96, FB and F2. RGB value is (150,251,242). Sum of RGB (Red+Green+Blue) = 150+251+242=643 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.33% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FBF2 is #69040D. Grayscale: #DBDBDB. Windows color (decimal): -6882318 or 15924118. OLE color: 15924118.

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

Color convert

RGB150251242-
CMYK0.4000.040.02
HSL174.65º92.66%78.63%-
HSV(B)174.65º40.24%98.43%-
XYZ63.181.8996.48-
YUV219.77140.5478.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.33%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=23.33%
G=39.04%
B=37.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512420.4000.040.02174.6592.6678.63
Hex96FBF228042af5d4f
Octal22637336250042257135117
Binary1001011011111011111100101010000100101010111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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