Html Css Color HEX #53DCBD Medium Turquoise

📋 copy color: '#53DCBD'

red 83 ◦ green 220 ◦ blue 189

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

Shades of Medium Turquoise #53DCBD

Tints of Medium Turquoise #53DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 16.87%
G = 44.72%
B = 38.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#53DCBD (or 0x53DCBD) is known color: Medium Turquoise. HEX triplet: 53, DC and BD. RGB value is (83,220,189). Sum of RGB (Red+Green+Blue) = 83+220+189=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCBD is #AC2342. Grayscale: #AFAFAF. Windows color (decimal): -11281219 or 12442707. OLE color: 12442707.

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

Color convert

RGB 83 220 189 -
CMYK 0.62 0 0.14 0.14
HSL 166.42º 0.66% 0.59% -
HSV(B) 166.42º 0.62% 0.86% -
XYZ 38.35 56.7 57.07 -
YUV 175.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 83 220 189 0.62 0 0.14 0.14 166.42 0.66 0.59
Hex 53 DC BD 3E 0 E E A6 42 3B
Octal 123 334 275 76 0 16 16 246 102 73
Binary 1010011 11011100 10111101 111110 0 1110 1110 10100110 1000010 111011

Color Harmonies of #53DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCBD

Black with #53DCBD

Text Example


Text Example

White with #53DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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