Shades of Turquoise #50F8CF
Tints of Turquoise #50F8CF
RGB
CMYK
RGB Variations
Color information
#50F8CF (or 0x50F8CF) is known color: Turquoise. HEX triplet: 50, F8 and CF. RGB value is (80,248,207). Sum of RGB (Red+Green+Blue) = 80+248+207=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F8CF is #AF0730. Grayscale: #C1C1C1. Windows color (decimal): -11470641 or 13629520. OLE color: 13629520.
HSL color Cylindrical-coordinate representation of color #50F8CF: hue angle of 165.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F8CF is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 248 | 207 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.03 |
| HSL | 165.36º | 0.92% | 0.64% | - |
| HSV(B) | 165.36º | 0.68% | 0.97% | - |
| XYZ | 48.14 | 73.35 | 70.65 | - |
| YUV | 193.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 248 | 207 | 0.68 | 0 | 0.17 | 0.03 | 165.36 | 0.92 | 0.64 |
| Hex | 50 | F8 | CF | 44 | 0 | 11 | 3 | A5 | 5C | 40 |
| Octal | 120 | 370 | 317 | 104 | 0 | 21 | 3 | 245 | 134 | 100 |
| Binary | 1010000 | 11111000 | 11001111 | 1000100 | 0 | 10001 | 11 | 10100101 | 1011100 | 1000000 |
Color Harmonies of #50F8CF
Complementary color
Monochromatic Colors of #50F8CF
Black with #50F8CF
Text Example
Text Example
White with #50F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F8CF; }
p { color: rgb(80,248,207); }
H1.HeaderClassName
{
color: #50F8CF;
}
.AnyTagClassName
{
color: #50F8CF;
}
</style>
background-color css
<style>
a { background-color: #50F8CF; }
a { background-color: rgb(80,248,207); }
div.DivClassName
{
background-color: #50F8CF;
}
.BgClassName
{
background-color: #50F8CF;
}
</style>
border-color css
<style>
span { border-color: #50F8CF; }
span { border-color: rgb(80,248,207); }
td.TdClassName
{
border-color: #50F8CF;
}
.TagClassName
{
border-color: #50F8CF;
}
</style>