Html Css Color HEX #53DCCD Medium Turquoise

📋 copy color: '#53DCCD'

red 83 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #53DCCD

Tints of Medium Turquoise #53DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 16.34%
G = 43.31%
B = 40.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#53DCCD (or 0x53DCCD) is known color: Medium Turquoise. HEX triplet: 53, DC and CD. RGB value is (83,220,205). Sum of RGB (Red+Green+Blue) = 83+220+205=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCCD is #AC2332. Grayscale: #B1B1B1. Windows color (decimal): -11281203 or 13491283. OLE color: 13491283.

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

Color convert

RGB 83 220 205 -
CMYK 0.62 0 0.07 0.14
HSL 173.43º 0.66% 0.59% -
HSV(B) 173.43º 0.62% 0.86% -
XYZ 40.18 57.43 66.73 -
YUV 177.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 83 220 205 0.62 0 0.07 0.14 173.43 0.66 0.59
Hex 53 DC CD 3E 0 7 E AD 42 3B
Octal 123 334 315 76 0 7 16 255 102 73
Binary 1010011 11011100 11001101 111110 0 111 1110 10101101 1000010 111011

Color Harmonies of #53DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCCD

Black with #53DCCD

Text Example


Text Example

White with #53DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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