#9DFAEB

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

Shades of Pale Turquoise #9DFAEB

Tints of Pale Turquoise #9DFAEB

Color information

#9DFAEB (or 0x9DFAEB) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and EB. RGB value is (157,250,235). Sum of RGB (Red+Green+Blue) = 157+250+235=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAEB is #620514. Grayscale: #DCDCDC. Windows color (decimal): -6423829 or 15465117. OLE color: 15465117.

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

Color convert

RGB157250235-
CMYK0.3700.060.02
HSL170.32º90.29%79.8%-
HSV(B)170.32º37.2%98.04%-
XYZ63.0981.5491.01-
YUV220.48136.1982.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.45%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=24.45%
G=38.94%
B=36.60%

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
Decimal1572502350.3700.060.02170.3290.2979.8
Hex9DFAEB25062aa5a50
Octal23537235345062252132120
Binary1001110111111010111010111001010110101010101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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