#51CBBC

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

Shades of Medium Turquoise #51CBBC

Tints of Medium Turquoise #51CBBC

Color information

#51CBBC (or 0x51CBBC) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and BC. RGB value is (81,203,188). Sum of RGB (Red+Green+Blue) = 81+203+188=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBBC is #AE3443. Grayscale: #A4A4A4. Windows color (decimal): -11416644 or 12372817. OLE color: 12372817.

HSL color Cylindrical-coordinate representation of color #51CBBC: hue angle of 172.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBBC is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB81203188-
CMYK0.6000.070.20
HSL172.62º53.98%55.69%-
HSV(B)172.62º60.1%79.61%-
XYZ33.8348.0955.08-
YUV164.81141.0868.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=17.16%
G=43.01%
B=39.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031880.6000.070.20172.6253.9855.69
Hex51CBBC3C0714ad3638
Octal1213132747407242556670
Binary1010001110010111011110011110001111010010101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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