#9CEFED

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

Shades of Pale Turquoise #9CEFED

Tints of Pale Turquoise #9CEFED

Color information

#9CEFED (or 0x9CEFED) is unknown color: approx Pale Turquoise. HEX triplet: 9C, EF and ED. RGB value is (156,239,237). Sum of RGB (Red+Green+Blue) = 156+239+237=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEFED is #631012. Grayscale: #D5D5D5. Windows color (decimal): -6492179 or 15593372. OLE color: 15593372.

HSL color Cylindrical-coordinate representation of color #9CEFED: hue angle of 178.55º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFED is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB156239237-
CMYK0.3500.010.06
HSL178.55º72.17%77.45%-
HSV(B)178.55º34.73%93.73%-
XYZ59.8674.9291.43-
YUV213.9614186.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.68%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=24.68%
G=37.82%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562392370.3500.010.06178.5572.1777.45
Hex9CEFED23016b3484d
Octal23435735543016263110115
Binary100111001110111111101101100011011101011001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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