#51CBC8

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

Shades of Medium Turquoise #51CBC8

Tints of Medium Turquoise #51CBC8

Color information

#51CBC8 (or 0x51CBC8) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and C8. RGB value is (81,203,200). Sum of RGB (Red+Green+Blue) = 81+203+200=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBC8 is #AE3437. Grayscale: #A6A6A6. Windows color (decimal): -11416632 or 13159249. OLE color: 13159249.

HSL color Cylindrical-coordinate representation of color #51CBC8: hue angle of 178.52º 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 #51CBC8 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB81203200-
CMYK0.6000.010.20
HSL178.52º53.98%55.69%-
HSV(B)178.52º60.1%79.61%-
XYZ35.1748.6362.18-
YUV166.18147.0867.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.74%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 200 (78.52% from 255) = 41.32%
R=16.74%
G=41.94%
B=41.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812032000.6000.010.20178.5253.9855.69
Hex51CBC83C0114b33638
Octal1213133107401242636670
Binary10100011100101111001000111100011010010110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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