Html Css Color HEX #53DCDC Medium Turquoise

📋 copy color: '#53DCDC'

red 83 ◦ green 220 ◦ blue 220

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

Shades of Medium Turquoise #53DCDC

Tints of Medium Turquoise #53DCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 15.87%
G = 42.07%
B = 42.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53DCDC (or 0x53DCDC) is known color: Medium Turquoise. HEX triplet: 53, DC and DC. RGB value is (83,220,220). Sum of RGB (Red+Green+Blue) = 83+220+220=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #53DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCDC is #AC2323. Grayscale: #B2B2B2. Windows color (decimal): -11281188 or 14474323. OLE color: 14474323.

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

Color convert

RGB 83 220 220 -
CMYK 0.62 0 0 0.14
HSL 180º 0.66% 0.59% -
HSV(B) 180º 0.62% 0.86% -
XYZ 42.08 58.19 76.72 -
YUV 179.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 83 220 220 0.62 0 0 0.14 180 0.66 0.59
Hex 53 DC DC 3E 0 0 E B4 42 3B
Octal 123 334 334 76 0 0 16 264 102 73
Binary 1010011 11011100 11011100 111110 0 0 1110 10110100 1000010 111011

Color Harmonies of #53DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCDC

Black with #53DCDC

Text Example


Text Example

White with #53DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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