Html Css Color HEX #53DCDD Medium Turquoise

📋 copy color: '#53DCDD'

red 83 ◦ green 220 ◦ blue 221

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

Shades of Medium Turquoise #53DCDD

Tints of Medium Turquoise #53DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 15.84%
G = 41.98%
B = 42.18%

CMYK

 C value IS 0.62

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53DCDD (or 0x53DCDD) is known color: Medium Turquoise. HEX triplet: 53, DC and DD. RGB value is (83,220,221). Sum of RGB (Red+Green+Blue) = 83+220+221=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #53DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCDD is #AC2322. Grayscale: #B3B3B3. Windows color (decimal): -11281187 or 14539859. OLE color: 14539859.

HSL color Cylindrical-coordinate representation of color #53DCDD: hue angle of 180.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCDD is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 220 221 -
CMYK 0.62 0.00 0 0.13
HSL 180.43º 0.67% 0.6% -
HSV(B) 180.43º 0.62% 0.87% -
XYZ 42.21 58.25 77.42 -
YUV 179.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 83 220 221 0.62 0.00 0 0.13 180.43 0.67 0.6
Hex 53 DC DD 3E 0 0 D B4 43 3C
Octal 123 334 335 76 0 0 15 264 103 74
Binary 1010011 11011100 11011101 111110 0 0 1101 10110100 1000011 111100

Color Harmonies of #53DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCDD

Black with #53DCDD

Text Example


Text Example

White with #53DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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