Html Css Color HEX #51DABA Medium Turquoise

📋 copy color: '#51DABA'

red 81 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #51DABA

Tints of Medium Turquoise #51DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 16.7%
G = 44.95%
B = 38.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#51DABA (or 0x51DABA) is known color: Medium Turquoise. HEX triplet: 51, DA and BA. RGB value is (81,218,186). Sum of RGB (Red+Green+Blue) = 81+218+186=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #51DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DABA is #AE2545. Grayscale: #ADADAD. Windows color (decimal): -11412806 or 12245585. OLE color: 12245585.

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

Color convert

RGB 81 218 186 -
CMYK 0.63 0 0.15 0.15
HSL 165.99º 0.65% 0.59% -
HSV(B) 165.99º 0.63% 0.85% -
XYZ 37.33 55.44 55.19 -
YUV 173.39 135.11 62.1 -
System Red Green Blue C M Y K H S L
Decimal 81 218 186 0.63 0 0.15 0.15 165.99 0.65 0.59
Hex 51 DA BA 3F 0 F F A6 41 3B
Octal 121 332 272 77 0 17 17 246 101 73
Binary 1010001 11011010 10111010 111111 0 1111 1111 10100110 1000001 111011

Color Harmonies of #51DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DABA

Black with #51DABA

Text Example


Text Example

White with #51DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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