#9DEEEB

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

Shades of Pale Turquoise #9DEEEB

Tints of Pale Turquoise #9DEEEB

Color information

#9DEEEB (or 0x9DEEEB) is unknown color: approx Pale Turquoise. HEX triplet: 9D, EE and EB. RGB value is (157,238,235). Sum of RGB (Red+Green+Blue) = 157+238+235=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEB is #621114. Grayscale: #D5D5D5. Windows color (decimal): -6426901 or 15462045. OLE color: 15462045.

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

Color convert

RGB157238235-
CMYK0.3400.010.07
HSL177.78º70.43%77.45%-
HSV(B)177.78º34.03%93.33%-
XYZ59.4774.3289.81-
YUV213.44140.1687.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.92%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=24.92%
G=37.78%
B=37.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382350.3400.010.07177.7870.4377.45
Hex9DEEEB22017b2464d
Octal23535635342017262106115
Binary100111011110111011101011100010011111011001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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