#9CFFED

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

Shades of Pale Turquoise #9CFFED

Tints of Pale Turquoise #9CFFED

Color information

#9CFFED (or 0x9CFFED) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FF and ED. RGB value is (156,255,237). Sum of RGB (Red+Green+Blue) = 156+255+237=648 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.07% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFED is #630012. Grayscale: #DFDFDF. Windows color (decimal): -6488083 or 15597468. OLE color: 15597468.

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

Color convert

RGB156255237-
CMYK0.3900.070
HSL169.09º100%80.59%-
HSV(B)169.09º38.82%100%-
XYZ64.7684.793.06-
YUV223.35135.779.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.07%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=24.07%
G=39.35%
B=36.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552370.3900.070169.0910080.59
Hex9CFFED27070a96451
Octal23437735547070251144121
Binary100111001111111111101101100111011101010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,255,237); }

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

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

 a { background-color: rgb(156,255,237); }

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

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

 span { border-color: rgb(156,255,237); }

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