#53D6CC

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

Shades of Medium Turquoise #53D6CC

Tints of Medium Turquoise #53D6CC

Color information

#53D6CC (or 0x53D6CC) is unknown color: approx Medium Turquoise. HEX triplet: 53, D6 and CC. RGB value is (83,214,204). Sum of RGB (Red+Green+Blue) = 83+214+204=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6CC is #AC2933. Grayscale: #ADADAD. Windows color (decimal): -11282740 or 13424211. OLE color: 13424211.

HSL color Cylindrical-coordinate representation of color #53D6CC: hue angle of 175.42º degrees, saturation: 0.62, 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 #53D6CC is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB83214204-
CMYK0.6100.050.16
HSL175.42º61.5%58.24%-
HSV(B)175.42º61.21%83.92%-
XYZ38.5154.2965.58-
YUV173.69145.163.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.57%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=16.57%
G=42.71%
B=40.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal832142040.6100.050.16175.4261.558.24
Hex53D6CC3D0510af3e3a
Octal1233263147505202577672
Binary1010011110101101100110011110101011000010101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,204); }

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

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

 a { background-color: rgb(83,214,204); }

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

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

 span { border-color: rgb(83,214,204); }

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