#9DFFEA

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

Shades of Pale Turquoise #9DFFEA

Tints of Pale Turquoise #9DFFEA

Color information

#9DFFEA (or 0x9DFFEA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and EA. RGB value is (157,255,234). Sum of RGB (Red+Green+Blue) = 157+255+234=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFEA is #620015. Grayscale: #DFDFDF. Windows color (decimal): -6422550 or 15400861. OLE color: 15400861.

HSL color Cylindrical-coordinate representation of color #9DFFEA: hue angle of 167.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFEA is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB157255234-
CMYK0.3800.080
HSL167.14º100%80.78%-
HSV(B)167.14º38.43%100%-
XYZ64.5284.6390.78-
YUV223.3134.0380.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=24.30%
G=39.47%
B=36.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552340.3800.080167.1410080.78
Hex9DFFEA26080a76451
Octal235377352460100247144121
Binary1001110111111111111010101001100100001010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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