Html Css Color HEX #53DFBC Medium Turquoise

📋 copy color: '#53DFBC'

red 83 ◦ green 223 ◦ blue 188

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

Shades of Medium Turquoise #53DFBC

Tints of Medium Turquoise #53DFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 16.8%
G = 45.14%
B = 38.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#53DFBC (or 0x53DFBC) is known color: Medium Turquoise. HEX triplet: 53, DF and BC. RGB value is (83,223,188). Sum of RGB (Red+Green+Blue) = 83+223+188=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBC is #AC2043. Grayscale: #B1B1B1. Windows color (decimal): -11280452 or 12377939. OLE color: 12377939.

HSL color Cylindrical-coordinate representation of color #53DFBC: hue angle of 165º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFBC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 188 -
CMYK 0.63 0 0.16 0.13
HSL 165º 0.69% 0.6% -
HSV(B) 165º 0.63% 0.87% -
XYZ 39.03 58.25 56.76 -
YUV 177.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 83 223 188 0.63 0 0.16 0.13 165 0.69 0.6
Hex 53 DF BC 3F 0 10 D A5 45 3C
Octal 123 337 274 77 0 20 15 245 105 74
Binary 1010011 11011111 10111100 111111 0 10000 1101 10100101 1000101 111100

Color Harmonies of #53DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFBC

Black with #53DFBC

Text Example


Text Example

White with #53DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,223,188); }

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

background-color css

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

 a { background-color: rgb(83,223,188); }

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

border-color css

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

 span { border-color: rgb(83,223,188); }

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