#9DF1ED

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

Shades of Pale Turquoise #9DF1ED

Tints of Pale Turquoise #9DF1ED

Color information

#9DF1ED (or 0x9DF1ED) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F1 and ED. RGB value is (157,241,237). Sum of RGB (Red+Green+Blue) = 157+241+237=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1ED is #620E12. Grayscale: #D7D7D7. Windows color (decimal): -6426131 or 15593885. OLE color: 15593885.

HSL color Cylindrical-coordinate representation of color #9DF1ED: hue angle of 177.14º degrees, saturation: 0.75, 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 #9DF1ED is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB157241237-
CMYK0.3500.020.05
HSL177.14º75%78.04%-
HSV(B)177.14º34.85%94.51%-
XYZ60.6576.1991.63-
YUV215.43140.1786.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.72%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=24.72%
G=37.95%
B=37.32%

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
Decimal1572412370.3500.020.05177.147578.04
Hex9DF1ED23025b14b4e
Octal23536135543025261113116
Binary1001110111110001111011011000110101011011000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,237); }

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

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

 a { background-color: rgb(157,241,237); }

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

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

 span { border-color: rgb(157,241,237); }

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