#9CFEEA

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

Shades of Pale Turquoise #9CFEEA

Tints of Pale Turquoise #9CFEEA

Color information

#9CFEEA (or 0x9CFEEA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FE and EA. RGB value is (156,254,234). Sum of RGB (Red+Green+Blue) = 156+254+234=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEEA is #630115. Grayscale: #DEDEDE. Windows color (decimal): -6488342 or 15400604. OLE color: 15400604.

HSL color Cylindrical-coordinate representation of color #9CFEEA: hue angle of 167.76º 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 #9CFEEA is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB156254234-
CMYK0.3900.080.00
HSL167.76º98%80.39%-
HSV(B)167.76º38.58%99.61%-
XYZ6483.8990.66-
YUV222.42134.5380.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.22%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=24.22%
G=39.44%
B=36.34%

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
Decimal1562542340.3900.080.00167.769880.39
Hex9CFEEA27080a86250
Octal234376352470100250142120
Binary1001110011111110111010101001110100001010100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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