#51C9D9

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

Shades of Medium Turquoise #51C9D9

Tints of Medium Turquoise #51C9D9

Color information

#51C9D9 (or 0x51C9D9) is unknown color: approx Medium Turquoise. HEX triplet: 51, C9 and D9. RGB value is (81,201,217). Sum of RGB (Red+Green+Blue) = 81+201+217=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #51C9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9D9 is #AE3626. Grayscale: #A6A6A6. Windows color (decimal): -11417127 or 14272849. OLE color: 14272849.

HSL color Cylindrical-coordinate representation of color #51C9D9: hue angle of 187.06º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C9D9 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81201217-
CMYK0.630.0700.15
HSL187.06º64.15%58.43%-
HSV(B)187.06º62.67%85.1%-
XYZ36.848.5373.07-
YUV166.94156.2466.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.23%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=16.23%
G=40.28%
B=43.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal812012170.630.0700.15187.0664.1558.43
Hex51C9D93F70Fbb403a
Octal12131133177701727310072
Binary1010001110010011101100111111111101111101110111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,201,217); }

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

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

 a { background-color: rgb(81,201,217); }

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

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

 span { border-color: rgb(81,201,217); }

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