Html Css Color HEX #51DCBA Medium Turquoise

📋 copy color: '#51DCBA'

red 81 ◦ green 220 ◦ blue 186

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

Shades of Medium Turquoise #51DCBA

Tints of Medium Turquoise #51DCBA

RGB

 RED value IS 81 (32.03% from 255) = 16.63%

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 16.63%
G = 45.17%
B = 38.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#51DCBA (or 0x51DCBA) is known color: Medium Turquoise. HEX triplet: 51, DC and BA. RGB value is (81,220,186). Sum of RGB (Red+Green+Blue) = 81+220+186=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCBA is #AE2345. Grayscale: #AEAEAE. Windows color (decimal): -11412294 or 12246097. OLE color: 12246097.

HSL color Cylindrical-coordinate representation of color #51DCBA: hue angle of 165.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DCBA is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 220 186 -
CMYK 0.63 0 0.15 0.14
HSL 165.32º 0.67% 0.59% -
HSV(B) 165.32º 0.63% 0.86% -
XYZ 37.85 56.48 55.36 -
YUV 174.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 81 220 186 0.63 0 0.15 0.14 165.32 0.67 0.59
Hex 51 DC BA 3F 0 F E A5 43 3B
Octal 121 334 272 77 0 17 16 245 103 73
Binary 1010001 11011100 10111010 111111 0 1111 1110 10100101 1000011 111011

Color Harmonies of #51DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCBA

Black with #51DCBA

Text Example


Text Example

White with #51DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51DCBA; }

 p { color: rgb(81,220,186); }

 H1.HeaderClassName
 {
   color: #51DCBA;
 }
 .AnyTagClassName
 {
   color: #51DCBA;
 }
</style>

background-color css

<style>
 a { background-color: #51DCBA; }

 a { background-color: rgb(81,220,186); }

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

border-color css

<style>
 span { border-color: #51DCBA; }

 span { border-color: rgb(81,220,186); }

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