Shades of Turquoise #51F0DF
Tints of Turquoise #51F0DF
RGB
CMYK
RGB Variations
Color information
#51F0DF (or 0x51F0DF) is known color: Turquoise. HEX triplet: 51, F0 and DF. RGB value is (81,240,223). Sum of RGB (Red+Green+Blue) = 81+240+223=544 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.89% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #51F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F0DF is #AE0F20. Grayscale: #BEBEBE. Windows color (decimal): -11407137 or 14676049. OLE color: 14676049.
HSL color Cylindrical-coordinate representation of color #51F0DF: hue angle of 173.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51F0DF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 240 | 223 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.06 |
| HSL | 173.58º | 0.84% | 0.63% | - |
| HSV(B) | 173.58º | 0.66% | 0.94% | - |
| XYZ | 47.87 | 69.4 | 80.68 | - |
| YUV | 190.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 240 | 223 | 0.66 | 0 | 0.07 | 0.06 | 173.58 | 0.84 | 0.63 |
| Hex | 51 | F0 | DF | 42 | 0 | 7 | 6 | AE | 54 | 3F |
| Octal | 121 | 360 | 337 | 102 | 0 | 7 | 6 | 256 | 124 | 77 |
| Binary | 1010001 | 11110000 | 11011111 | 1000010 | 0 | 111 | 110 | 10101110 | 1010100 | 111111 |
Color Harmonies of #51F0DF
Complementary color
Monochromatic Colors of #51F0DF
Black with #51F0DF
Text Example
Text Example
White with #51F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F0DF; }
p { color: rgb(81,240,223); }
H1.HeaderClassName
{
color: #51F0DF;
}
.AnyTagClassName
{
color: #51F0DF;
}
</style>
background-color css
<style>
a { background-color: #51F0DF; }
a { background-color: rgb(81,240,223); }
div.DivClassName
{
background-color: #51F0DF;
}
.BgClassName
{
background-color: #51F0DF;
}
</style>
border-color css
<style>
span { border-color: #51F0DF; }
span { border-color: rgb(81,240,223); }
td.TdClassName
{
border-color: #51F0DF;
}
.TagClassName
{
border-color: #51F0DF;
}
</style>