#51E0BC

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

Shades of Turquoise #51E0BC

Tints of Turquoise #51E0BC

Color information

#51E0BC (or 0x51E0BC) is unknown color: approx Turquoise. HEX triplet: 51, E0 and BC. RGB value is (81,224,188). Sum of RGB (Red+Green+Blue) = 81+224+188=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #51E0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E0BC is #AE1F43. Grayscale: #B1B1B1. Windows color (decimal): -11411268 or 12378193. OLE color: 12378193.

HSL color Cylindrical-coordinate representation of color #51E0BC: hue angle of 164.9º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E0BC is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB81224188-
CMYK0.6400.160.12
HSL164.9º69.76%59.8%-
HSV(B)164.9º63.84%87.84%-
XYZ39.1358.6956.84-
YUV177.14134.1259.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.43%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=16.43%
G=45.44%
B=38.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal812241880.6400.160.12164.969.7659.8
Hex51E0BC40010Ca5463c
Octal1213402741000201424510674
Binary1010001111000001011110010000000100001100101001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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