Html Css Color HEX #53DBC1 Medium Turquoise

📋 copy color: '#53DBC1'

red 83 ◦ green 219 ◦ blue 193

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

Shades of Medium Turquoise #53DBC1

Tints of Medium Turquoise #53DBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 16.77%
G = 44.24%
B = 38.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#53DBC1 (or 0x53DBC1) is known color: Medium Turquoise. HEX triplet: 53, DB and C1. RGB value is (83,219,193). Sum of RGB (Red+Green+Blue) = 83+219+193=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBC1 is #AC243E. Grayscale: #AFAFAF. Windows color (decimal): -11281471 or 12704595. OLE color: 12704595.

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

Color convert

RGB 83 219 193 -
CMYK 0.62 0 0.12 0.14
HSL 168.53º 0.65% 0.59% -
HSV(B) 168.53º 0.62% 0.86% -
XYZ 38.52 56.35 59.3 -
YUV 175.37 137.94 62.11 -
System Red Green Blue C M Y K H S L
Decimal 83 219 193 0.62 0 0.12 0.14 168.53 0.65 0.59
Hex 53 DB C1 3E 0 C E A9 41 3B
Octal 123 333 301 76 0 14 16 251 101 73
Binary 1010011 11011011 11000001 111110 0 1100 1110 10101001 1000001 111011

Color Harmonies of #53DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBC1

Black with #53DBC1

Text Example


Text Example

White with #53DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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