#53DCE0

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

Shades of Medium Turquoise #53DCE0

Tints of Medium Turquoise #53DCE0

Color information

#53DCE0 (or 0x53DCE0) is unknown color: approx Medium Turquoise. HEX triplet: 53, DC and E0. RGB value is (83,220,224). Sum of RGB (Red+Green+Blue) = 83+220+224=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #53DCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCE0 is #AC231F. Grayscale: #B3B3B3. Windows color (decimal): -11281184 or 14736467. OLE color: 14736467.

HSL color Cylindrical-coordinate representation of color #53DCE0: hue angle of 181.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DCE0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83220224-
CMYK0.630.0200.12
HSL181.7º69.46%60.2%-
HSV(B)181.7º62.95%87.84%-
XYZ42.6258.4179.55-
YUV179.49153.1159.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.75%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=15.75%
G=41.75%
B=42.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832202240.630.0200.12181.769.4660.2
Hex53DCE03F20Cb6453c
Octal12333434077201426610574
Binary101001111011100111000001111111001100101101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,220,224); }

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

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

 a { background-color: rgb(83,220,224); }

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

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

 span { border-color: rgb(83,220,224); }

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