#9CEEE2

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

Shades of Pale Turquoise #9CEEE2

Tints of Pale Turquoise #9CEEE2

Color information

#9CEEE2 (or 0x9CEEE2) is unknown color: approx Pale Turquoise. HEX triplet: 9C, EE and E2. RGB value is (156,238,226). Sum of RGB (Red+Green+Blue) = 156+238+226=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEE2 is #63111D. Grayscale: #D4D4D4. Windows color (decimal): -6492446 or 14872220. OLE color: 14872220.

HSL color Cylindrical-coordinate representation of color #9CEEE2: hue angle of 171.22º degrees, saturation: 0.71, 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 #9CEEE2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB156238226-
CMYK0.3400.050.07
HSL171.22º70.69%77.25%-
HSV(B)171.22º34.45%93.33%-
XYZ58.0173.7183.12-
YUV212.11135.8387.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.16%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=25.16%
G=38.39%
B=36.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562382260.3400.050.07171.2270.6977.25
Hex9CEEE222057ab474d
Octal23435634242057253107115
Binary10011100111011101110001010001001011111010101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,238,226); }

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

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

 a { background-color: rgb(156,238,226); }

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

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

 span { border-color: rgb(156,238,226); }

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