Shades of Turquoise #51DFD0
Tints of Turquoise #51DFD0
RGB
CMYK
RGB Variations
Color information
#51DFD0 (or 0x51DFD0) is known color: Turquoise. HEX triplet: 51, DF and D0. RGB value is (81,223,208). Sum of RGB (Red+Green+Blue) = 81+223+208=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFD0 is #AE202F. Grayscale: #B2B2B2. Windows color (decimal): -11411504 or 13688657. OLE color: 13688657.
HSL color Cylindrical-coordinate representation of color #51DFD0: hue angle of 173.66º 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 #51DFD0 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 208 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.13 |
| HSL | 173.66º | 0.69% | 0.6% | - |
| HSV(B) | 173.66º | 0.64% | 0.87% | - |
| XYZ | 41.17 | 59.08 | 68.91 | - |
| YUV | 178.83 | 144.46 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 208 | 0.64 | 0 | 0.07 | 0.13 | 173.66 | 0.69 | 0.6 |
| Hex | 51 | DF | D0 | 40 | 0 | 7 | D | AE | 45 | 3C |
| Octal | 121 | 337 | 320 | 100 | 0 | 7 | 15 | 256 | 105 | 74 |
| Binary | 1010001 | 11011111 | 11010000 | 1000000 | 0 | 111 | 1101 | 10101110 | 1000101 | 111100 |
Color Harmonies of #51DFD0
Complementary color
Monochromatic Colors of #51DFD0
Black with #51DFD0
Text Example
Text Example
White with #51DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFD0; }
p { color: rgb(81,223,208); }
H1.HeaderClassName
{
color: #51DFD0;
}
.AnyTagClassName
{
color: #51DFD0;
}
</style>
background-color css
<style>
a { background-color: #51DFD0; }
a { background-color: rgb(81,223,208); }
div.DivClassName
{
background-color: #51DFD0;
}
.BgClassName
{
background-color: #51DFD0;
}
</style>
border-color css
<style>
span { border-color: #51DFD0; }
span { border-color: rgb(81,223,208); }
td.TdClassName
{
border-color: #51DFD0;
}
.TagClassName
{
border-color: #51DFD0;
}
</style>