#51C7BC

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

Shades of Medium Turquoise #51C7BC

Tints of Medium Turquoise #51C7BC

Color information

#51C7BC (or 0x51C7BC) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and BC. RGB value is (81,199,188). Sum of RGB (Red+Green+Blue) = 81+199+188=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #51C7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7BC is #AE3843. Grayscale: #A2A2A2. Windows color (decimal): -11417668 or 12371793. OLE color: 12371793.

HSL color Cylindrical-coordinate representation of color #51C7BC: hue angle of 174.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C7BC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB81199188-
CMYK0.5900.060.22
HSL174.41º51.3%54.9%-
HSV(B)174.41º59.3%78.04%-
XYZ32.8946.2354.77-
YUV162.46142.4169.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.31%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=17.31%
G=42.52%
B=40.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811991880.5900.060.22174.4151.354.9
Hex51C7BC3B0616ae3337
Octal1213072747306262566367
Binary1010001110001111011110011101101101011010101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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