Html Css Color HEX #53D2CD Medium Turquoise

📋 copy color: '#53D2CD'

red 83 ◦ green 210 ◦ blue 205

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

Shades of Medium Turquoise #53D2CD

Tints of Medium Turquoise #53D2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 16.67%
G = 42.17%
B = 41.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#53D2CD (or 0x53D2CD) is known color: Medium Turquoise. HEX triplet: 53, D2 and CD. RGB value is (83,210,205). Sum of RGB (Red+Green+Blue) = 83+210+205=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2CD is #AC2D32. Grayscale: #ABABAB. Windows color (decimal): -11283763 or 13488723. OLE color: 13488723.

HSL color Cylindrical-coordinate representation of color #53D2CD: hue angle of 177.64º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D2CD is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 205 -
CMYK 0.60 0 0.02 0.18
HSL 177.64º 0.59% 0.57% -
HSV(B) 177.64º 0.6% 0.82% -
XYZ 37.63 52.34 65.88 -
YUV 171.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 83 210 205 0.60 0 0.02 0.18 177.64 0.59 0.57
Hex 53 D2 CD 3C 0 2 12 B2 3B 39
Octal 123 322 315 74 0 2 22 262 73 71
Binary 1010011 11010010 11001101 111100 0 10 10010 10110010 111011 111001

Color Harmonies of #53D2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2CD

Black with #53D2CD

Text Example


Text Example

White with #53D2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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