Html Css Color HEX #53CDBA Medium Turquoise

📋 copy color: '#53CDBA'

red 83 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #53CDBA

Tints of Medium Turquoise #53CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 17.51%
G = 43.25%
B = 39.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#53CDBA (or 0x53CDBA) is known color: Medium Turquoise. HEX triplet: 53, CD and BA. RGB value is (83,205,186). Sum of RGB (Red+Green+Blue) = 83+205+186=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDBA is #AC3245. Grayscale: #A6A6A6. Windows color (decimal): -11285062 or 12242259. OLE color: 12242259.

HSL color Cylindrical-coordinate representation of color #53CDBA: hue angle of 170.66º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDBA is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 186 -
CMYK 0.60 0 0.09 0.20
HSL 170.66º 0.55% 0.56% -
HSV(B) 170.66º 0.6% 0.8% -
XYZ 34.26 49.05 54.12 -
YUV 166.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 83 205 186 0.60 0 0.09 0.20 170.66 0.55 0.56
Hex 53 CD BA 3C 0 9 14 AB 37 38
Octal 123 315 272 74 0 11 24 253 67 70
Binary 1010011 11001101 10111010 111100 0 1001 10100 10101011 110111 111000

Color Harmonies of #53CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDBA

Black with #53CDBA

Text Example


Text Example

White with #53CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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