#96F9F0

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

Shades of Pale Turquoise #96F9F0

Tints of Pale Turquoise #96F9F0

Color information

#96F9F0 (or 0x96F9F0) is unknown color: approx Pale Turquoise. HEX triplet: 96, F9 and F0. RGB value is (150,249,240). Sum of RGB (Red+Green+Blue) = 150+249+240=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9F0 is #69060F. Grayscale: #DADADA. Windows color (decimal): -6882832 or 15792534. OLE color: 15792534.

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

Color convert

RGB150249240-
CMYK0.4000.040.02
HSL174.55º89.19%78.24%-
HSV(B)174.55º39.76%97.65%-
XYZ62.1880.5394.7-
YUV218.37140.279.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.47%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=23.47%
G=38.97%
B=37.56%

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
Decimal1502492400.4000.040.02174.5589.1978.24
Hex96F9F028042af594e
Octal22637136050042257131116
Binary1001011011111001111100001010000100101010111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,240); }

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

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

 a { background-color: rgb(150,249,240); }

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

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

 span { border-color: rgb(150,249,240); }

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