Shades of Turquoise #51F8CA
Tints of Turquoise #51F8CA
RGB
CMYK
RGB Variations
Color information
#51F8CA (or 0x51F8CA) is known color: Turquoise. HEX triplet: 51, F8 and CA. RGB value is (81,248,202). Sum of RGB (Red+Green+Blue) = 81+248+202=531 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.25% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #51F8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F8CA is #AE0735. Grayscale: #C0C0C0. Windows color (decimal): -11405110 or 13301841. OLE color: 13301841.
HSL color Cylindrical-coordinate representation of color #51F8CA: hue angle of 163.47º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F8CA is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 248 | 202 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.03 |
| HSL | 163.47º | 0.92% | 0.65% | - |
| HSV(B) | 163.47º | 0.67% | 0.97% | - |
| XYZ | 47.62 | 73.15 | 67.49 | - |
| YUV | 192.82 | 133.17 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 248 | 202 | 0.67 | 0 | 0.19 | 0.03 | 163.47 | 0.92 | 0.65 |
| Hex | 51 | F8 | CA | 43 | 0 | 13 | 3 | A3 | 5C | 41 |
| Octal | 121 | 370 | 312 | 103 | 0 | 23 | 3 | 243 | 134 | 101 |
| Binary | 1010001 | 11111000 | 11001010 | 1000011 | 0 | 10011 | 11 | 10100011 | 1011100 | 1000001 |
Color Harmonies of #51F8CA
Complementary color
Monochromatic Colors of #51F8CA
Black with #51F8CA
Text Example
Text Example
White with #51F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F8CA; }
p { color: rgb(81,248,202); }
H1.HeaderClassName
{
color: #51F8CA;
}
.AnyTagClassName
{
color: #51F8CA;
}
</style>
background-color css
<style>
a { background-color: #51F8CA; }
a { background-color: rgb(81,248,202); }
div.DivClassName
{
background-color: #51F8CA;
}
.BgClassName
{
background-color: #51F8CA;
}
</style>
border-color css
<style>
span { border-color: #51F8CA; }
span { border-color: rgb(81,248,202); }
td.TdClassName
{
border-color: #51F8CA;
}
.TagClassName
{
border-color: #51F8CA;
}
</style>