#9CEDE6

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

Shades of Pale Turquoise #9CEDE6

Tints of Pale Turquoise #9CEDE6

Color information

#9CEDE6 (or 0x9CEDE6) is unknown color: approx Pale Turquoise. HEX triplet: 9C, ED and E6. RGB value is (156,237,230). Sum of RGB (Red+Green+Blue) = 156+237+230=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDE6 is #631219. Grayscale: #D3D3D3. Windows color (decimal): -6492698 or 15134108. OLE color: 15134108.

HSL color Cylindrical-coordinate representation of color #9CEDE6: hue angle of 174.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDE6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB156237230-
CMYK0.3400.030.07
HSL174.81º69.23%77.06%-
HSV(B)174.81º34.18%92.94%-
XYZ58.2873.3585.95-
YUV211.98138.1688.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.04%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=25.04%
G=38.04%
B=36.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372300.3400.030.07174.8169.2377.06
Hex9CEDE622037af454d
Octal23435534642037257105115
Binary1001110011101101111001101000100111111010111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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