Shades of Medium Turquoise #51C9DF
Tints of Medium Turquoise #51C9DF
RGB
CMYK
RGB Variations
Color information
#51C9DF (or 0x51C9DF) is known color: Medium Turquoise. HEX triplet: 51, C9 and DF. RGB value is (81,201,223). Sum of RGB (Red+Green+Blue) = 81+201+223=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9DF is #AE3620. Grayscale: #A7A7A7. Windows color (decimal): -11417121 or 14666065. OLE color: 14666065.
HSL color Cylindrical-coordinate representation of color #51C9DF: hue angle of 189.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51C9DF is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 201 | 223 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.13 |
| HSL | 189.3º | 0.69% | 0.6% | - |
| HSV(B) | 189.3º | 0.64% | 0.87% | - |
| XYZ | 37.6 | 48.85 | 77.26 | - |
| YUV | 167.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 223 | 0.64 | 0.10 | 0 | 0.13 | 189.3 | 0.69 | 0.6 |
| Hex | 51 | C9 | DF | 40 | A | 0 | D | BD | 45 | 3C |
| Octal | 121 | 311 | 337 | 100 | 12 | 0 | 15 | 275 | 105 | 74 |
| Binary | 1010001 | 11001001 | 11011111 | 1000000 | 1010 | 0 | 1101 | 10111101 | 1000101 | 111100 |
Color Harmonies of #51C9DF
Complementary color
Monochromatic Colors of #51C9DF
Black with #51C9DF
Text Example
Text Example
White with #51C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C9DF; }
p { color: rgb(81,201,223); }
H1.HeaderClassName
{
color: #51C9DF;
}
.AnyTagClassName
{
color: #51C9DF;
}
</style>
background-color css
<style>
a { background-color: #51C9DF; }
a { background-color: rgb(81,201,223); }
div.DivClassName
{
background-color: #51C9DF;
}
.BgClassName
{
background-color: #51C9DF;
}
</style>
border-color css
<style>
span { border-color: #51C9DF; }
span { border-color: rgb(81,201,223); }
td.TdClassName
{
border-color: #51C9DF;
}
.TagClassName
{
border-color: #51C9DF;
}
</style>