#9DF2EC

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

Shades of Pale Turquoise #9DF2EC

Tints of Pale Turquoise #9DF2EC

Color information

#9DF2EC (or 0x9DF2EC) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F2 and EC. RGB value is (157,242,236). Sum of RGB (Red+Green+Blue) = 157+242+236=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2EC is #620D13. Grayscale: #D7D7D7. Windows color (decimal): -6425876 or 15528605. OLE color: 15528605.

HSL color Cylindrical-coordinate representation of color #9DF2EC: hue angle of 175.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2EC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB157242236-
CMYK0.3500.020.05
HSL175.76º76.58%78.24%-
HSV(B)175.76º35.12%94.9%-
XYZ60.876.7390.96-
YUV215.9139.3485.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.72%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=24.72%
G=38.11%
B=37.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572422360.3500.020.05175.7676.5878.24
Hex9DF2EC23025b04d4e
Octal23536235443025260115116
Binary1001110111110010111011001000110101011011000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,242,236); }

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

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

 a { background-color: rgb(157,242,236); }

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

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

 span { border-color: rgb(157,242,236); }

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