#51C0BB

Color #51C0BB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #51C0BB

Tints of Medium Turquoise #51C0BB

Color information

#51C0BB (or 0x51C0BB) is unknown color: approx Medium Turquoise. HEX triplet: 51, C0 and BB. RGB value is (81,192,187). Sum of RGB (Red+Green+Blue) = 81+192+187=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #51C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0BB is #AE3F44. Grayscale: #9E9E9E. Windows color (decimal): -11419461 or 12304465. OLE color: 12304465.

HSL color Cylindrical-coordinate representation of color #51C0BB: hue angle of 177.3º 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 #51C0BB is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB81192187-
CMYK0.5800.030.25
HSL177.3º46.84%53.53%-
HSV(B)177.3º57.81%75.29%-
XYZ31.2143.0453.68-
YUV158.24144.2372.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=17.61%
G=41.74%
B=40.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921870.5800.030.25177.346.8453.53
Hex51C0BB3A0319b12f36
Octal1213002737203312615766
Binary101000111000000101110111110100111100110110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51C0BB;
 }
 .AnyTagClassName
 {
   color: #51C0BB;
 }
</style>
background-color css

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

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

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

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

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

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