#9DEBE5

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

Shades of Pale Turquoise #9DEBE5

Tints of Pale Turquoise #9DEBE5

Color information

#9DEBE5 (or 0x9DEBE5) is unknown color: approx Pale Turquoise. HEX triplet: 9D, EB and E5. RGB value is (157,235,229). Sum of RGB (Red+Green+Blue) = 157+235+229=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBE5 is #62141A. Grayscale: #D2D2D2. Windows color (decimal): -6427675 or 15068061. OLE color: 15068061.

HSL color Cylindrical-coordinate representation of color #9DEBE5: hue angle of 175.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBE5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB157235229-
CMYK0.3300.030.08
HSL175.38º66.1%76.86%-
HSV(B)175.38º33.19%92.16%-
XYZ57.7672.2485.03-
YUV210.99138.1689.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.28%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=25.28%
G=37.84%
B=36.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572352290.3300.030.08175.3866.176.86
Hex9DEBE521038af424d
Octal235353345410310257102115
Binary10011101111010111110010110000101110001010111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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