Shades of Turquoise #51F9D4
Tints of Turquoise #51F9D4
RGB
CMYK
RGB Variations
Color information
#51F9D4 (or 0x51F9D4) is known color: Turquoise. HEX triplet: 51, F9 and D4. RGB value is (81,249,212). Sum of RGB (Red+Green+Blue) = 81+249+212=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #51F9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F9D4 is #AE062B. Grayscale: #C2C2C2. Windows color (decimal): -11404844 or 13957457. OLE color: 13957457.
HSL color Cylindrical-coordinate representation of color #51F9D4: hue angle of 166.79º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F9D4 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 249 | 212 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.02 |
| HSL | 166.79º | 0.93% | 0.65% | - |
| HSV(B) | 166.79º | 0.67% | 0.98% | - |
| XYZ | 49.15 | 74.25 | 74.03 | - |
| YUV | 194.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 249 | 212 | 0.67 | 0 | 0.15 | 0.02 | 166.79 | 0.93 | 0.65 |
| Hex | 51 | F9 | D4 | 43 | 0 | F | 2 | A7 | 5D | 41 |
| Octal | 121 | 371 | 324 | 103 | 0 | 17 | 2 | 247 | 135 | 101 |
| Binary | 1010001 | 11111001 | 11010100 | 1000011 | 0 | 1111 | 10 | 10100111 | 1011101 | 1000001 |
Color Harmonies of #51F9D4
Complementary color
Monochromatic Colors of #51F9D4
Black with #51F9D4
Text Example
Text Example
White with #51F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F9D4; }
p { color: rgb(81,249,212); }
H1.HeaderClassName
{
color: #51F9D4;
}
.AnyTagClassName
{
color: #51F9D4;
}
</style>
background-color css
<style>
a { background-color: #51F9D4; }
a { background-color: rgb(81,249,212); }
div.DivClassName
{
background-color: #51F9D4;
}
.BgClassName
{
background-color: #51F9D4;
}
</style>
border-color css
<style>
span { border-color: #51F9D4; }
span { border-color: rgb(81,249,212); }
td.TdClassName
{
border-color: #51F9D4;
}
.TagClassName
{
border-color: #51F9D4;
}
</style>