#51CCB8

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

Shades of Medium Turquoise #51CCB8

Tints of Medium Turquoise #51CCB8

Color information

#51CCB8 (or 0x51CCB8) is unknown color: approx Medium Turquoise. HEX triplet: 51, CC and B8. RGB value is (81,204,184). Sum of RGB (Red+Green+Blue) = 81+204+184=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCB8 is #AE3347. Grayscale: #A4A4A4. Windows color (decimal): -11416392 or 12110929. OLE color: 12110929.

HSL color Cylindrical-coordinate representation of color #51CCB8: hue angle of 170.24º degrees, saturation: 0.55, 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 #51CCB8 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB81204184-
CMYK0.6000.100.2
HSL170.24º54.67%55.88%-
HSV(B)170.24º60.29%80%-
XYZ33.6448.452.92-
YUV164.94138.7568.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.27%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=17.27%
G=43.50%
B=39.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041840.6000.100.2170.2454.6755.88
Hex51CCB83C0A14aa3738
Octal12131427074012242526770
Binary10100011100110010111000111100010101010010101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,204,184); }

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

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

 a { background-color: rgb(81,204,184); }

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

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

 span { border-color: rgb(81,204,184); }

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