#9DFFE8

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

Shades of Pale Turquoise #9DFFE8

Tints of Pale Turquoise #9DFFE8

Color information

#9DFFE8 (or 0x9DFFE8) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and E8. RGB value is (157,255,232). Sum of RGB (Red+Green+Blue) = 157+255+232=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFE8 is #620017. Grayscale: #DFDFDF. Windows color (decimal): -6422552 or 15269789. OLE color: 15269789.

HSL color Cylindrical-coordinate representation of color #9DFFE8: hue angle of 165.92º 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 #9DFFE8 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB157255232-
CMYK0.3800.090
HSL165.92º100%80.78%-
HSV(B)165.92º38.43%100%-
XYZ64.2384.5189.27-
YUV223.08133.0380.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.38%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=24.38%
G=39.60%
B=36.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552320.3800.090165.9210080.78
Hex9DFFE826090a66451
Octal235377350460110246144121
Binary1001110111111111111010001001100100101010011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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