Html Css Color HEX #53DBCD Medium Turquoise

📋 copy color: '#53DBCD'

red 83 ◦ green 219 ◦ blue 205

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

Shades of Medium Turquoise #53DBCD

Tints of Medium Turquoise #53DBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

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

R = 16.37%
G = 43.2%
B = 40.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#53DBCD (or 0x53DBCD) is known color: Medium Turquoise. HEX triplet: 53, DB and CD. RGB value is (83,219,205). Sum of RGB (Red+Green+Blue) = 83+219+205=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBCD is #AC2432. Grayscale: #B0B0B0. Windows color (decimal): -11281459 or 13491027. OLE color: 13491027.

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

Color convert

RGB 83 219 205 -
CMYK 0.62 0 0.06 0.14
HSL 173.82º 0.65% 0.59% -
HSV(B) 173.82º 0.62% 0.86% -
XYZ 39.92 56.91 66.64 -
YUV 176.74 143.94 61.14 -
System Red Green Blue C M Y K H S L
Decimal 83 219 205 0.62 0 0.06 0.14 173.82 0.65 0.59
Hex 53 DB CD 3E 0 6 E AE 41 3B
Octal 123 333 315 76 0 6 16 256 101 73
Binary 1010011 11011011 11001101 111110 0 110 1110 10101110 1000001 111011

Color Harmonies of #53DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBCD

Black with #53DBCD

Text Example


Text Example

White with #53DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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