Shades of Turquoise #51F7DF
Tints of Turquoise #51F7DF
RGB
CMYK
RGB Variations
Color information
#51F7DF (or 0x51F7DF) is known color: Turquoise. HEX triplet: 51, F7 and DF. RGB value is (81,247,223). Sum of RGB (Red+Green+Blue) = 81+247+223=551 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.70% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #51F7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F7DF is #AE0820. Grayscale: #C2C2C2. Windows color (decimal): -11405345 or 14677841. OLE color: 14677841.
HSL color Cylindrical-coordinate representation of color #51F7DF: hue angle of 171.33º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F7DF is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 247 | 223 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.03 |
| HSL | 171.33º | 0.91% | 0.64% | - |
| HSV(B) | 171.33º | 0.67% | 0.97% | - |
| XYZ | 49.97 | 73.6 | 81.38 | - |
| YUV | 194.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 247 | 223 | 0.67 | 0 | 0.10 | 0.03 | 171.33 | 0.91 | 0.64 |
| Hex | 51 | F7 | DF | 43 | 0 | A | 3 | AB | 5B | 40 |
| Octal | 121 | 367 | 337 | 103 | 0 | 12 | 3 | 253 | 133 | 100 |
| Binary | 1010001 | 11110111 | 11011111 | 1000011 | 0 | 1010 | 11 | 10101011 | 1011011 | 1000000 |
Color Harmonies of #51F7DF
Complementary color
Monochromatic Colors of #51F7DF
Black with #51F7DF
Text Example
Text Example
White with #51F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F7DF; }
p { color: rgb(81,247,223); }
H1.HeaderClassName
{
color: #51F7DF;
}
.AnyTagClassName
{
color: #51F7DF;
}
</style>
background-color css
<style>
a { background-color: #51F7DF; }
a { background-color: rgb(81,247,223); }
div.DivClassName
{
background-color: #51F7DF;
}
.BgClassName
{
background-color: #51F7DF;
}
</style>
border-color css
<style>
span { border-color: #51F7DF; }
span { border-color: rgb(81,247,223); }
td.TdClassName
{
border-color: #51F7DF;
}
.TagClassName
{
border-color: #51F7DF;
}
</style>