Html Css Color HEX #53DEBC Medium Turquoise

📋 copy color: '#53DEBC'

red 83 ◦ green 222 ◦ blue 188

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

Shades of Medium Turquoise #53DEBC

Tints of Medium Turquoise #53DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

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

R = 16.84%
G = 45.03%
B = 38.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#53DEBC (or 0x53DEBC) is known color: Medium Turquoise. HEX triplet: 53, DE and BC. RGB value is (83,222,188). Sum of RGB (Red+Green+Blue) = 83+222+188=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEBC is #AC2143. Grayscale: #B0B0B0. Windows color (decimal): -11280708 or 12377683. OLE color: 12377683.

HSL color Cylindrical-coordinate representation of color #53DEBC: hue angle of 165.32º degrees, saturation: 0.68, 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 #53DEBC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 188 -
CMYK 0.63 0 0.15 0.13
HSL 165.32º 0.68% 0.6% -
HSV(B) 165.32º 0.63% 0.87% -
XYZ 38.77 57.71 56.67 -
YUV 176.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 83 222 188 0.63 0 0.15 0.13 165.32 0.68 0.6
Hex 53 DE BC 3F 0 F D A5 44 3C
Octal 123 336 274 77 0 17 15 245 104 74
Binary 1010011 11011110 10111100 111111 0 1111 1101 10100101 1000100 111100

Color Harmonies of #53DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEBC

Black with #53DEBC

Text Example


Text Example

White with #53DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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