#9DFAEA

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

Shades of Pale Turquoise #9DFAEA

Tints of Pale Turquoise #9DFAEA

Color information

#9DFAEA (or 0x9DFAEA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and EA. RGB value is (157,250,234). Sum of RGB (Red+Green+Blue) = 157+250+234=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAEA is #620515. Grayscale: #DCDCDC. Windows color (decimal): -6423830 or 15399581. OLE color: 15399581.

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

Color convert

RGB157250234-
CMYK0.3700.060.02
HSL169.68º90.29%79.8%-
HSV(B)169.68º37.2%98.04%-
XYZ62.9481.4890.25-
YUV220.37135.6982.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.49%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=24.49%
G=39.00%
B=36.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502340.3700.060.02169.6890.2979.8
Hex9DFAEA25062aa5a50
Octal23537235245062252132120
Binary1001110111111010111010101001010110101010101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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