Html Css Color HEX #51DDBA Medium Turquoise

📋 copy color: '#51DDBA'

red 81 ◦ green 221 ◦ blue 186

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

Shades of Medium Turquoise #51DDBA

Tints of Medium Turquoise #51DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

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

R = 16.6%
G = 45.29%
B = 38.11%

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

#51DDBA (or 0x51DDBA) is known color: Medium Turquoise. HEX triplet: 51, DD and BA. RGB value is (81,221,186). Sum of RGB (Red+Green+Blue) = 81+221+186=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDBA is #AE2245. Grayscale: #AFAFAF. Windows color (decimal): -11412038 or 12246353. OLE color: 12246353.

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

Color convert

RGB 81 221 186 -
CMYK 0.63 0 0.16 0.13
HSL 165º 0.67% 0.59% -
HSV(B) 165º 0.63% 0.87% -
XYZ 38.11 57.01 55.45 -
YUV 175.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 81 221 186 0.63 0 0.16 0.13 165 0.67 0.59
Hex 51 DD BA 3F 0 10 D A5 43 3B
Octal 121 335 272 77 0 20 15 245 103 73
Binary 1010001 11011101 10111010 111111 0 10000 1101 10100101 1000011 111011

Color Harmonies of #51DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DDBA

Black with #51DDBA

Text Example


Text Example

White with #51DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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