#51D7BC

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

Shades of Medium Turquoise #51D7BC

Tints of Medium Turquoise #51D7BC

Color information

#51D7BC (or 0x51D7BC) is unknown color: approx Medium Turquoise. HEX triplet: 51, D7 and BC. RGB value is (81,215,188). Sum of RGB (Red+Green+Blue) = 81+215+188=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #51D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D7BC is #AE2843. Grayscale: #ABABAB. Windows color (decimal): -11413572 or 12375889. OLE color: 12375889.

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

Color convert

RGB81215188-
CMYK0.6200.130.16
HSL167.91º62.62%58.04%-
HSV(B)167.91º62.33%84.31%-
XYZ36.7753.9856.06-
YUV171.86137.1163.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.74%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=16.74%
G=44.42%
B=38.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal812151880.6200.130.16167.9162.6258.04
Hex51D7BC3E0D10a83f3a
Octal12132727476015202507772
Binary10100011101011110111100111110011011000010101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,215,188); }

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

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

 a { background-color: rgb(81,215,188); }

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

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

 span { border-color: rgb(81,215,188); }

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