Html Css Color HEX #53DBD2 Medium Turquoise

📋 copy color: '#53DBD2'

red 83 ◦ green 219 ◦ blue 210

#53DBD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #53DBD2

Tints of Medium Turquoise #53DBD2

RGB

 RED value IS 83 (32.81% from 255) = 16.21%

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 16.21%
G = 42.77%
B = 41.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#53DBD2 (or 0x53DBD2) is known color: Medium Turquoise. HEX triplet: 53, DB and D2. RGB value is (83,219,210). Sum of RGB (Red+Green+Blue) = 83+219+210=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBD2 is #AC242D. Grayscale: #B1B1B1. Windows color (decimal): -11281454 or 13818707. OLE color: 13818707.

HSL color Cylindrical-coordinate representation of color #53DBD2: hue angle of 176.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBD2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 210 -
CMYK 0.62 0 0.04 0.14
HSL 176.03º 0.65% 0.59% -
HSV(B) 176.03º 0.62% 0.86% -
XYZ 40.53 57.16 69.87 -
YUV 177.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 83 219 210 0.62 0 0.04 0.14 176.03 0.65 0.59
Hex 53 DB D2 3E 0 4 E B0 41 3B
Octal 123 333 322 76 0 4 16 260 101 73
Binary 1010011 11011011 11010010 111110 0 100 1110 10110000 1000001 111011

Color Harmonies of #53DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBD2

Black with #53DBD2

Text Example


Text Example

White with #53DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53DBD2;
 }
 .AnyTagClassName
 {
   color: #53DBD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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