#53D5CE

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

Shades of Medium Turquoise #53D5CE

Tints of Medium Turquoise #53D5CE

Color information

#53D5CE (or 0x53D5CE) is unknown color: approx Medium Turquoise. HEX triplet: 53, D5 and CE. RGB value is (83,213,206). Sum of RGB (Red+Green+Blue) = 83+213+206=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #53D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D5CE is #AC2A31. Grayscale: #ADADAD. Windows color (decimal): -11282994 or 13555027. OLE color: 13555027.

HSL color Cylindrical-coordinate representation of color #53D5CE: hue angle of 176.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D5CE is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB83213206-
CMYK0.6100.030.16
HSL176.77º60.75%58.04%-
HSV(B)176.77º61.03%83.53%-
XYZ38.553.8866.76-
YUV173.33146.4363.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.53%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=16.53%
G=42.43%
B=41.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal832132060.6100.030.16176.7760.7558.04
Hex53D5CE3D0310b13d3a
Octal1233253167503202617572
Binary101001111010101110011101111010111000010110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,213,206); }

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

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

 a { background-color: rgb(83,213,206); }

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

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

 span { border-color: rgb(83,213,206); }

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