#9EFCF0

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

Shades of Pale Turquoise #9EFCF0

Tints of Pale Turquoise #9EFCF0

Color information

#9EFCF0 (or 0x9EFCF0) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FC and F0. RGB value is (158,252,240). Sum of RGB (Red+Green+Blue) = 158+252+240=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFCF0 is #61030F. Grayscale: #DEDEDE. Windows color (decimal): -6357776 or 15793310. OLE color: 15793310.

HSL color Cylindrical-coordinate representation of color #9EFCF0: hue angle of 172.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCF0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB158252240-
CMYK0.3700.050.01
HSL172.34º94%80.39%-
HSV(B)172.34º37.3%98.82%-
XYZ64.6483.1895.09-
YUV222.53137.8681.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.31%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=24.31%
G=38.77%
B=36.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582522400.3700.050.01172.349480.39
Hex9EFCF025051ac5e50
Octal23637436045051254136120
Binary100111101111110011110000100101010111010110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,252,240); }

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

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

 a { background-color: rgb(158,252,240); }

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

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

 span { border-color: rgb(158,252,240); }

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