#51C8BE

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

Shades of Medium Turquoise #51C8BE

Tints of Medium Turquoise #51C8BE

Color information

#51C8BE (or 0x51C8BE) is unknown color: approx Medium Turquoise. HEX triplet: 51, C8 and BE. RGB value is (81,200,190). Sum of RGB (Red+Green+Blue) = 81+200+190=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8BE is #AE3741. Grayscale: #A3A3A3. Windows color (decimal): -11417410 or 12503121. OLE color: 12503121.

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

Color convert

RGB81200190-
CMYK0.5900.050.22
HSL174.96º51.97%55.1%-
HSV(B)174.96º59.5%78.43%-
XYZ33.3446.7855.99-
YUV163.28143.0869.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=17.20%
G=42.46%
B=40.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal812001900.5900.050.22174.9651.9755.1
Hex51C8BE3B0516af3437
Octal1213102767305262576467
Binary1010001110010001011111011101101011011010101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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