Html Css Color HEX #53D4D6 Medium Turquoise

📋 copy color: '#53D4D6'

red 83 ◦ green 212 ◦ blue 214

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

Shades of Medium Turquoise #53D4D6

Tints of Medium Turquoise #53D4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 16.31%
G = 41.65%
B = 42.04%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53D4D6 (or 0x53D4D6) is known color: Medium Turquoise. HEX triplet: 53, D4 and D6. RGB value is (83,212,214). Sum of RGB (Red+Green+Blue) = 83+212+214=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #53D4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D4D6 is #AC2B29. Grayscale: #ADADAD. Windows color (decimal): -11283242 or 14079059. OLE color: 14079059.

HSL color Cylindrical-coordinate representation of color #53D4D6: hue angle of 180.92º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D4D6 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 212 214 -
CMYK 0.61 0.01 0 0.16
HSL 180.92º 0.62% 0.58% -
HSV(B) 180.92º 0.61% 0.84% -
XYZ 39.25 53.78 71.93 -
YUV 173.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 83 212 214 0.61 0.01 0 0.16 180.92 0.62 0.58
Hex 53 D4 D6 3D 1 0 10 B5 3E 3A
Octal 123 324 326 75 1 0 20 265 76 72
Binary 1010011 11010100 11010110 111101 1 0 10000 10110101 111110 111010

Color Harmonies of #53D4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4D6

Black with #53D4D6

Text Example


Text Example

White with #53D4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,214); }

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

background-color css

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

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

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

border-color css

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

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

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