#51C8BC

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

Shades of Medium Turquoise #51C8BC

Tints of Medium Turquoise #51C8BC

Color information

#51C8BC (or 0x51C8BC) is unknown color: approx Medium Turquoise. HEX triplet: 51, C8 and BC. RGB value is (81,200,188). Sum of RGB (Red+Green+Blue) = 81+200+188=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8BC is #AE3743. Grayscale: #A2A2A2. Windows color (decimal): -11417412 or 12372049. OLE color: 12372049.

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

Color convert

RGB81200188-
CMYK0.5900.060.22
HSL173.95º51.97%55.1%-
HSV(B)173.95º59.5%78.43%-
XYZ33.1246.6954.84-
YUV163.05142.0869.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.27%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=17.27%
G=42.64%
B=40.09%

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
Decimal812001880.5900.060.22173.9551.9755.1
Hex51C8BC3B0616ae3437
Octal1213102747306262566467
Binary1010001110010001011110011101101101011010101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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