#53D9C9

Color #53D9C9 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #53D9C9

Tints of Medium Turquoise #53D9C9

Color information

#53D9C9 (or 0x53D9C9) is unknown color: approx Medium Turquoise. HEX triplet: 53, D9 and C9. RGB value is (83,217,201). Sum of RGB (Red+Green+Blue) = 83+217+201=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9C9 is #AC2636. Grayscale: #AFAFAF. Windows color (decimal): -11281975 or 13228371. OLE color: 13228371.

HSL color Cylindrical-coordinate representation of color #53D9C9: hue angle of 172.84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D9C9 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB83217201-
CMYK0.6200.070.15
HSL172.84º63.81%58.82%-
HSV(B)172.84º61.75%85.1%-
XYZ38.9255.6863.95-
YUV175.11142.6162.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.57%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=16.57%
G=43.31%
B=40.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832172010.6200.070.15172.8463.8158.82
Hex53D9C93E07Fad403b
Octal12333131176071725510073
Binary1010011110110011100100111111001111111101011011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D9C9; }

 p { color: rgb(83,217,201); }

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

<style>
 a { background-color: #53D9C9; }

 a { background-color: rgb(83,217,201); }

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

<style>
 span { border-color: #53D9C9; }

 span { border-color: rgb(83,217,201); }

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