#9DEEEA

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

Shades of Pale Turquoise #9DEEEA

Tints of Pale Turquoise #9DEEEA

Color information

#9DEEEA (or 0x9DEEEA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, EE and EA. RGB value is (157,238,234). Sum of RGB (Red+Green+Blue) = 157+238+234=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEA is #621115. Grayscale: #D5D5D5. Windows color (decimal): -6426902 or 15396509. OLE color: 15396509.

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

Color convert

RGB157238234-
CMYK0.3400.020.07
HSL177.04º70.43%77.45%-
HSV(B)177.04º34.03%93.33%-
XYZ59.3374.2689.05-
YUV213.32139.6687.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=24.96%
G=37.84%
B=37.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382340.3400.020.07177.0470.4377.45
Hex9DEEEA22027b1464d
Octal23535635242027261106115
Binary1001110111101110111010101000100101111011000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,234); }

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

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

 a { background-color: rgb(157,238,234); }

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

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

 span { border-color: rgb(157,238,234); }

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