#9DF9EA

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

Shades of Pale Turquoise #9DF9EA

Tints of Pale Turquoise #9DF9EA

Color information

#9DF9EA (or 0x9DF9EA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F9 and EA. RGB value is (157,249,234). Sum of RGB (Red+Green+Blue) = 157+249+234=640 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF9EA is #620615. Grayscale: #DBDBDB. Windows color (decimal): -6424086 or 15399325. OLE color: 15399325.

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

Color convert

RGB157249234-
CMYK0.3700.060.02
HSL170.22º88.46%79.61%-
HSV(B)170.22º36.95%97.65%-
XYZ62.6380.8690.15-
YUV219.78136.0283.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.53%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=24.53%
G=38.91%
B=36.56%

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
Decimal1572492340.3700.060.02170.2288.4679.61
Hex9DF9EA25062aa5850
Octal23537135245062252130120
Binary1001110111111001111010101001010110101010101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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