Shades of Medium Turquoise #51CFB8
Tints of Medium Turquoise #51CFB8
RGB
CMYK
RGB Variations
Color information
#51CFB8 (or 0x51CFB8) is known color: Medium Turquoise. HEX triplet: 51, CF and B8. RGB value is (81,207,184). Sum of RGB (Red+Green+Blue) = 81+207+184=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFB8 is #AE3047. Grayscale: #A6A6A6. Windows color (decimal): -11415624 or 12111697. OLE color: 12111697.
HSL color Cylindrical-coordinate representation of color #51CFB8: hue angle of 169.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFB8 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 184 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.19 |
| HSL | 169.05º | 0.57% | 0.56% | - |
| HSV(B) | 169.05º | 0.61% | 0.81% | - |
| XYZ | 34.36 | 49.84 | 53.16 | - |
| YUV | 166.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 184 | 0.61 | 0 | 0.11 | 0.19 | 169.05 | 0.57 | 0.56 |
| Hex | 51 | CF | B8 | 3D | 0 | B | 13 | A9 | 39 | 38 |
| Octal | 121 | 317 | 270 | 75 | 0 | 13 | 23 | 251 | 71 | 70 |
| Binary | 1010001 | 11001111 | 10111000 | 111101 | 0 | 1011 | 10011 | 10101001 | 111001 | 111000 |
Color Harmonies of #51CFB8
Complementary color
Monochromatic Colors of #51CFB8
Black with #51CFB8
Text Example
Text Example
White with #51CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFB8; }
p { color: rgb(81,207,184); }
H1.HeaderClassName
{
color: #51CFB8;
}
.AnyTagClassName
{
color: #51CFB8;
}
</style>
background-color css
<style>
a { background-color: #51CFB8; }
a { background-color: rgb(81,207,184); }
div.DivClassName
{
background-color: #51CFB8;
}
.BgClassName
{
background-color: #51CFB8;
}
</style>
border-color css
<style>
span { border-color: #51CFB8; }
span { border-color: rgb(81,207,184); }
td.TdClassName
{
border-color: #51CFB8;
}
.TagClassName
{
border-color: #51CFB8;
}
</style>