Shades of Turquoise #51DFD3
Tints of Turquoise #51DFD3
RGB
CMYK
RGB Variations
Color information
#51DFD3 (or 0x51DFD3) is known color: Turquoise. HEX triplet: 51, DF and D3. RGB value is (81,223,211). Sum of RGB (Red+Green+Blue) = 81+223+211=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFD3 is #AE202C. Grayscale: #B3B3B3. Windows color (decimal): -11411501 or 13885265. OLE color: 13885265.
HSL color Cylindrical-coordinate representation of color #51DFD3: hue angle of 174.93º 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 #51DFD3 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 211 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.13 |
| HSL | 174.93º | 0.69% | 0.6% | - |
| HSV(B) | 174.93º | 0.64% | 0.87% | - |
| XYZ | 41.54 | 59.23 | 70.87 | - |
| YUV | 179.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 211 | 0.64 | 0 | 0.05 | 0.13 | 174.93 | 0.69 | 0.6 |
| Hex | 51 | DF | D3 | 40 | 0 | 5 | D | AF | 45 | 3C |
| Octal | 121 | 337 | 323 | 100 | 0 | 5 | 15 | 257 | 105 | 74 |
| Binary | 1010001 | 11011111 | 11010011 | 1000000 | 0 | 101 | 1101 | 10101111 | 1000101 | 111100 |
Color Harmonies of #51DFD3
Complementary color
Monochromatic Colors of #51DFD3
Black with #51DFD3
Text Example
Text Example
White with #51DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFD3; }
p { color: rgb(81,223,211); }
H1.HeaderClassName
{
color: #51DFD3;
}
.AnyTagClassName
{
color: #51DFD3;
}
</style>
background-color css
<style>
a { background-color: #51DFD3; }
a { background-color: rgb(81,223,211); }
div.DivClassName
{
background-color: #51DFD3;
}
.BgClassName
{
background-color: #51DFD3;
}
</style>
border-color css
<style>
span { border-color: #51DFD3; }
span { border-color: rgb(81,223,211); }
td.TdClassName
{
border-color: #51DFD3;
}
.TagClassName
{
border-color: #51DFD3;
}
</style>