Shades of Medium Turquoise #51C7DF
Tints of Medium Turquoise #51C7DF
RGB
CMYK
RGB Variations
Color information
#51C7DF (or 0x51C7DF) is known color: Medium Turquoise. HEX triplet: 51, C7 and DF. RGB value is (81,199,223). Sum of RGB (Red+Green+Blue) = 81+199+223=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7DF is #AE3820. Grayscale: #A6A6A6. Windows color (decimal): -11417633 or 14665553. OLE color: 14665553.
HSL color Cylindrical-coordinate representation of color #51C7DF: hue angle of 190.14º 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 #51C7DF is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 199 | 223 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.13 |
| HSL | 190.14º | 0.69% | 0.6% | - |
| HSV(B) | 190.14º | 0.64% | 0.87% | - |
| XYZ | 37.14 | 47.92 | 77.11 | - |
| YUV | 166.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 199 | 223 | 0.64 | 0.11 | 0 | 0.13 | 190.14 | 0.69 | 0.6 |
| Hex | 51 | C7 | DF | 40 | B | 0 | D | BE | 45 | 3C |
| Octal | 121 | 307 | 337 | 100 | 13 | 0 | 15 | 276 | 105 | 74 |
| Binary | 1010001 | 11000111 | 11011111 | 1000000 | 1011 | 0 | 1101 | 10111110 | 1000101 | 111100 |
Color Harmonies of #51C7DF
Complementary color
Monochromatic Colors of #51C7DF
Black with #51C7DF
Text Example
Text Example
White with #51C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C7DF; }
p { color: rgb(81,199,223); }
H1.HeaderClassName
{
color: #51C7DF;
}
.AnyTagClassName
{
color: #51C7DF;
}
</style>
background-color css
<style>
a { background-color: #51C7DF; }
a { background-color: rgb(81,199,223); }
div.DivClassName
{
background-color: #51C7DF;
}
.BgClassName
{
background-color: #51C7DF;
}
</style>
border-color css
<style>
span { border-color: #51C7DF; }
span { border-color: rgb(81,199,223); }
td.TdClassName
{
border-color: #51C7DF;
}
.TagClassName
{
border-color: #51C7DF;
}
</style>