#9FF0EC

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

Shades of Pale Turquoise #9FF0EC

Tints of Pale Turquoise #9FF0EC

Color information

#9FF0EC (or 0x9FF0EC) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F0 and EC. RGB value is (159,240,236). Sum of RGB (Red+Green+Blue) = 159+240+236=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF0EC is #600F13. Grayscale: #D7D7D7. Windows color (decimal): -6295316 or 15528095. OLE color: 15528095.

HSL color Cylindrical-coordinate representation of color #9FF0EC: hue angle of 177.04º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0EC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB159240236-
CMYK0.3400.020.06
HSL177.04º72.97%78.24%-
HSV(B)177.04º33.75%94.12%-
XYZ60.675.7590.78-
YUV215.32139.6687.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.04%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=25.04%
G=37.80%
B=37.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592402360.3400.020.06177.0472.9778.24
Hex9FF0EC22026b1494e
Octal23736035442026261111116
Binary1001111111110000111011001000100101101011000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF0EC; }

 p { color: rgb(159,240,236); }

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

<style>
 a { background-color: #9FF0EC; }

 a { background-color: rgb(159,240,236); }

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

<style>
 span { border-color: #9FF0EC; }

 span { border-color: rgb(159,240,236); }

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