Shades of Turquoise #51F0CF
Tints of Turquoise #51F0CF
RGB
CMYK
RGB Variations
Color information
#51F0CF (or 0x51F0CF) is known color: Turquoise. HEX triplet: 51, F0 and CF. RGB value is (81,240,207). Sum of RGB (Red+Green+Blue) = 81+240+207=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #51F0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F0CF is #AE0F30. Grayscale: #BCBCBC. Windows color (decimal): -11407153 or 13627473. OLE color: 13627473.
HSL color Cylindrical-coordinate representation of color #51F0CF: hue angle of 167.55º 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 #51F0CF is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 240 | 207 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.06 |
| HSL | 167.55º | 0.84% | 0.63% | - |
| HSV(B) | 167.55º | 0.66% | 0.94% | - |
| XYZ | 45.82 | 68.57 | 69.85 | - |
| YUV | 188.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 240 | 207 | 0.66 | 0 | 0.14 | 0.06 | 167.55 | 0.84 | 0.63 |
| Hex | 51 | F0 | CF | 42 | 0 | E | 6 | A8 | 54 | 3F |
| Octal | 121 | 360 | 317 | 102 | 0 | 16 | 6 | 250 | 124 | 77 |
| Binary | 1010001 | 11110000 | 11001111 | 1000010 | 0 | 1110 | 110 | 10101000 | 1010100 | 111111 |
Color Harmonies of #51F0CF
Complementary color
Monochromatic Colors of #51F0CF
Black with #51F0CF
Text Example
Text Example
White with #51F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F0CF; }
p { color: rgb(81,240,207); }
H1.HeaderClassName
{
color: #51F0CF;
}
.AnyTagClassName
{
color: #51F0CF;
}
</style>
background-color css
<style>
a { background-color: #51F0CF; }
a { background-color: rgb(81,240,207); }
div.DivClassName
{
background-color: #51F0CF;
}
.BgClassName
{
background-color: #51F0CF;
}
</style>
border-color css
<style>
span { border-color: #51F0CF; }
span { border-color: rgb(81,240,207); }
td.TdClassName
{
border-color: #51F0CF;
}
.TagClassName
{
border-color: #51F0CF;
}
</style>