#9DFAEE

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

Shades of Pale Turquoise #9DFAEE

Tints of Pale Turquoise #9DFAEE

Color information

#9DFAEE (or 0x9DFAEE) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and EE. RGB value is (157,250,238). Sum of RGB (Red+Green+Blue) = 157+250+238=645 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.34% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAEE is #620511. Grayscale: #DCDCDC. Windows color (decimal): -6423826 or 15661725. OLE color: 15661725.

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

Color convert

RGB157250238-
CMYK0.3700.050.02
HSL172.26º90.29%79.8%-
HSV(B)172.26º37.2%98.04%-
XYZ63.5281.7193.31-
YUV220.82137.6982.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.34%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=24.34%
G=38.76%
B=36.90%

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
Decimal1572502380.3700.050.02172.2690.2979.8
Hex9DFAEE25052ac5a50
Octal23537235645052254132120
Binary1001110111111010111011101001010101101010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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