Shades of Turquoise #51FFCA
Tints of Turquoise #51FFCA
RGB
CMYK
RGB Variations
Color information
#51FFCA (or 0x51FFCA) is known color: Turquoise. HEX triplet: 51, FF and CA. RGB value is (81,255,202). Sum of RGB (Red+Green+Blue) = 81+255+202=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFCA is #AE0035. Grayscale: #C4C4C4. Windows color (decimal): -11403318 or 13303633. OLE color: 13303633.
HSL color Cylindrical-coordinate representation of color #51FFCA: hue angle of 161.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFCA is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 202 | - |
| CMYK | 0.68 | 0 | 0.21 | 0 |
| HSL | 161.72º | 1% | 0.66% | - |
| HSV(B) | 161.72º | 0.68% | 1% | - |
| XYZ | 49.81 | 77.53 | 68.22 | - |
| YUV | 196.93 | 130.85 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 202 | 0.68 | 0 | 0.21 | 0 | 161.72 | 1 | 0.66 |
| Hex | 51 | FF | CA | 44 | 0 | 15 | 0 | A2 | 64 | 42 |
| Octal | 121 | 377 | 312 | 104 | 0 | 25 | 0 | 242 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11001010 | 1000100 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000010 |
Color Harmonies of #51FFCA
Complementary color
Monochromatic Colors of #51FFCA
Black with #51FFCA
Text Example
Text Example
White with #51FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFCA; }
p { color: rgb(81,255,202); }
H1.HeaderClassName
{
color: #51FFCA;
}
.AnyTagClassName
{
color: #51FFCA;
}
</style>
background-color css
<style>
a { background-color: #51FFCA; }
a { background-color: rgb(81,255,202); }
div.DivClassName
{
background-color: #51FFCA;
}
.BgClassName
{
background-color: #51FFCA;
}
</style>
border-color css
<style>
span { border-color: #51FFCA; }
span { border-color: rgb(81,255,202); }
td.TdClassName
{
border-color: #51FFCA;
}
.TagClassName
{
border-color: #51FFCA;
}
</style>