#9CFEE9

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

Shades of Pale Turquoise #9CFEE9

Tints of Pale Turquoise #9CFEE9

Color information

#9CFEE9 (or 0x9CFEE9) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FE and E9. RGB value is (156,254,233). Sum of RGB (Red+Green+Blue) = 156+254+233=643 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.26% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEE9 is #630116. Grayscale: #DEDEDE. Windows color (decimal): -6488343 or 15335068. OLE color: 15335068.

HSL color Cylindrical-coordinate representation of color #9CFEE9: hue angle of 167.14º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEE9 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB156254233-
CMYK0.3900.080.00
HSL167.14º98%80.39%-
HSV(B)167.14º38.58%99.61%-
XYZ63.8683.8389.91-
YUV222.3134.0380.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.26%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=24.26%
G=39.50%
B=36.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562542330.3900.080.00167.149880.39
Hex9CFEE927080a76250
Octal234376351470100247142120
Binary1001110011111110111010011001110100001010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,254,233); }

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

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

 a { background-color: rgb(156,254,233); }

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

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

 span { border-color: rgb(156,254,233); }

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