Html Css Color HEX #53D8D5 Medium Turquoise

📋 copy color: '#53D8D5'

red 83 ◦ green 216 ◦ blue 213

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

Shades of Medium Turquoise #53D8D5

Tints of Medium Turquoise #53D8D5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 16.21%
G = 42.19%
B = 41.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#53D8D5 (or 0x53D8D5) is known color: Medium Turquoise. HEX triplet: 53, D8 and D5. RGB value is (83,216,213). Sum of RGB (Red+Green+Blue) = 83+216+213=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8D5 is #AC272A. Grayscale: #AFAFAF. Windows color (decimal): -11282219 or 14014547. OLE color: 14014547.

HSL color Cylindrical-coordinate representation of color #53D8D5: hue angle of 178.65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8D5 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 213 -
CMYK 0.62 0 0.01 0.15
HSL 178.65º 0.63% 0.59% -
HSV(B) 178.65º 0.62% 0.85% -
XYZ 40.13 55.75 71.6 -
YUV 175.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 83 216 213 0.62 0 0.01 0.15 178.65 0.63 0.59
Hex 53 D8 D5 3E 0 1 F B3 3F 3B
Octal 123 330 325 76 0 1 17 263 77 73
Binary 1010011 11011000 11010101 111110 0 1 1111 10110011 111111 111011

Color Harmonies of #53D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8D5

Black with #53D8D5

Text Example


Text Example

White with #53D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,216,213); }

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

background-color css

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

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

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

border-color css

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

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

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