Html Css Color HEX #53D8D2 Medium Turquoise

📋 copy color: '#53D8D2'

red 83 ◦ green 216 ◦ blue 210

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

Shades of Medium Turquoise #53D8D2

Tints of Medium Turquoise #53D8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 16.31%
G = 42.44%
B = 41.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#53D8D2 (or 0x53D8D2) is known color: Medium Turquoise. HEX triplet: 53, D8 and D2. RGB value is (83,216,210). Sum of RGB (Red+Green+Blue) = 83+216+210=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8D2 is #AC272D. Grayscale: #AFAFAF. Windows color (decimal): -11282222 or 13817939. OLE color: 13817939.

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

Color convert

RGB 83 216 210 -
CMYK 0.62 0 0.03 0.15
HSL 177.29º 0.63% 0.59% -
HSV(B) 177.29º 0.62% 0.85% -
XYZ 39.76 55.6 69.61 -
YUV 175.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 83 216 210 0.62 0 0.03 0.15 177.29 0.63 0.59
Hex 53 D8 D2 3E 0 3 F B1 3F 3B
Octal 123 330 322 76 0 3 17 261 77 73
Binary 1010011 11011000 11010010 111110 0 11 1111 10110001 111111 111011

Color Harmonies of #53D8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8D2

Black with #53D8D2

Text Example


Text Example

White with #53D8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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