#53D9C2

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

Shades of Medium Turquoise #53D9C2

Tints of Medium Turquoise #53D9C2

Color information

#53D9C2 (or 0x53D9C2) is unknown color: approx Medium Turquoise. HEX triplet: 53, D9 and C2. RGB value is (83,217,194). Sum of RGB (Red+Green+Blue) = 83+217+194=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9C2 is #AC263D. Grayscale: #AEAEAE. Windows color (decimal): -11281982 or 12769619. OLE color: 12769619.

HSL color Cylindrical-coordinate representation of color #53D9C2: hue angle of 169.7º 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 #53D9C2 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB83217194-
CMYK0.6200.110.15
HSL169.7º63.81%58.82%-
HSV(B)169.7º61.75%85.1%-
XYZ38.1255.3659.72-
YUV174.31139.1162.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.80%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=16.80%
G=43.93%
B=39.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832171940.6200.110.15169.763.8158.82
Hex53D9C23E0BFaa403b
Octal123331302760131725210073
Binary10100111101100111000010111110010111111101010101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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