#9DFAED

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

Shades of Pale Turquoise #9DFAED

Tints of Pale Turquoise #9DFAED

Color information

#9DFAED (or 0x9DFAED) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and ED. RGB value is (157,250,237). Sum of RGB (Red+Green+Blue) = 157+250+237=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAED is #620512. Grayscale: #DCDCDC. Windows color (decimal): -6423827 or 15596189. OLE color: 15596189.

HSL color Cylindrical-coordinate representation of color #9DFAED: hue angle of 171.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAED is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB157250237-
CMYK0.3700.050.02
HSL171.61º90.29%79.8%-
HSV(B)171.61º37.2%98.04%-
XYZ63.3881.6592.54-
YUV220.71137.1982.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.38%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=24.38%
G=38.82%
B=36.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502370.3700.050.02171.6190.2979.8
Hex9DFAED25052ac5a50
Octal23537235545052254132120
Binary1001110111111010111011011001010101101010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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