#51C7C5

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

Shades of Medium Turquoise #51C7C5

Tints of Medium Turquoise #51C7C5

Color information

#51C7C5 (or 0x51C7C5) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and C5. RGB value is (81,199,197). Sum of RGB (Red+Green+Blue) = 81+199+197=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #51C7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7C5 is #AE383A. Grayscale: #A3A3A3. Windows color (decimal): -11417659 or 12961617. OLE color: 12961617.

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

Color convert

RGB81199197-
CMYK0.5900.010.22
HSL178.98º51.3%54.9%-
HSV(B)178.98º59.3%78.04%-
XYZ33.8946.6360.04-
YUV163.49146.9169.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.98%
GREEN value IS 199 (78.12% from 255) = 41.72%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=16.98%
G=41.72%
B=41.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811991970.5900.010.22178.9851.354.9
Hex51C7C53B0116b33337
Octal1213073057301262636367
Binary10100011100011111000101111011011011010110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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