#51C7BB

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

Shades of Medium Turquoise #51C7BB

Tints of Medium Turquoise #51C7BB

Color information

#51C7BB (or 0x51C7BB) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and BB. RGB value is (81,199,187). Sum of RGB (Red+Green+Blue) = 81+199+187=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #51C7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7BB is #AE3844. Grayscale: #A2A2A2. Windows color (decimal): -11417669 or 12306257. OLE color: 12306257.

HSL color Cylindrical-coordinate representation of color #51C7BB: hue angle of 173.9º 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 #51C7BB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB81199187-
CMYK0.5900.060.22
HSL173.9º51.3%54.9%-
HSV(B)173.9º59.3%78.04%-
XYZ32.7946.1854.2-
YUV162.35141.9169.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=17.34%
G=42.61%
B=40.04%

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
Decimal811991870.5900.060.22173.951.354.9
Hex51C7BB3B0616ae3337
Octal1213072737306262566367
Binary1010001110001111011101111101101101011010101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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