Html Css Color HEX #51C0BA Medium Turquoise

📋 copy color: '#51C0BA'

red 81 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #51C0BA

Tints of Medium Turquoise #51C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

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

R = 17.65%
G = 41.83%
B = 40.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#51C0BA (or 0x51C0BA) is known color: Medium Turquoise. HEX triplet: 51, C0 and BA. RGB value is (81,192,186). Sum of RGB (Red+Green+Blue) = 81+192+186=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #51C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0BA is #AE3F45. Grayscale: #9E9E9E. Windows color (decimal): -11419462 or 12238929. OLE color: 12238929.

HSL color Cylindrical-coordinate representation of color #51C0BA: hue angle of 176.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C0BA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 192 186 -
CMYK 0.58 0 0.03 0.25
HSL 176.76º 0.47% 0.54% -
HSV(B) 176.76º 0.58% 0.75% -
XYZ 31.11 42.99 53.11 -
YUV 158.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 81 192 186 0.58 0 0.03 0.25 176.76 0.47 0.54
Hex 51 C0 BA 3A 0 3 19 B1 2F 36
Octal 121 300 272 72 0 3 31 261 57 66
Binary 1010001 11000000 10111010 111010 0 11 11001 10110001 101111 110110

Color Harmonies of #51C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C0BA

Black with #51C0BA

Text Example


Text Example

White with #51C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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