#53DBE0

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

Shades of Medium Turquoise #53DBE0

Tints of Medium Turquoise #53DBE0

Color information

#53DBE0 (or 0x53DBE0) is unknown color: approx Medium Turquoise. HEX triplet: 53, DB and E0. RGB value is (83,219,224). Sum of RGB (Red+Green+Blue) = 83+219+224=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #53DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBE0 is #AC241F. Grayscale: #B2B2B2. Windows color (decimal): -11281440 or 14736211. OLE color: 14736211.

HSL color Cylindrical-coordinate representation of color #53DBE0: hue angle of 182.13º 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 #53DBE0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83219224-
CMYK0.630.0200.12
HSL182.13º69.46%60.2%-
HSV(B)182.13º62.95%87.84%-
XYZ42.3557.8879.46-
YUV178.91153.4459.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.78%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=15.78%
G=41.63%
B=42.59%

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
Decimal832192240.630.0200.12182.1369.4660.2
Hex53DBE03F20Cb6453c
Octal12333334077201426610574
Binary101001111011011111000001111111001100101101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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