Shades of Medium Turquoise #50DBCF
Tints of Medium Turquoise #50DBCF
RGB
CMYK
RGB Variations
Color information
#50DBCF (or 0x50DBCF) is known color: Medium Turquoise. HEX triplet: 50, DB and CF. RGB value is (80,219,207). Sum of RGB (Red+Green+Blue) = 80+219+207=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBCF is #AF2430. Grayscale: #AFAFAF. Windows color (decimal): -11478065 or 13622096. OLE color: 13622096.
HSL color Cylindrical-coordinate representation of color #50DBCF: hue angle of 174.82º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBCF is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 207 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.14 |
| HSL | 174.82º | 0.66% | 0.59% | - |
| HSV(B) | 174.82º | 0.63% | 0.86% | - |
| XYZ | 39.9 | 56.87 | 67.91 | - |
| YUV | 176.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 207 | 0.63 | 0 | 0.05 | 0.14 | 174.82 | 0.66 | 0.59 |
| Hex | 50 | DB | CF | 3F | 0 | 5 | E | AF | 42 | 3B |
| Octal | 120 | 333 | 317 | 77 | 0 | 5 | 16 | 257 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11001111 | 111111 | 0 | 101 | 1110 | 10101111 | 1000010 | 111011 |
Color Harmonies of #50DBCF
Complementary color
Monochromatic Colors of #50DBCF
Black with #50DBCF
Text Example
Text Example
White with #50DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBCF; }
p { color: rgb(80,219,207); }
H1.HeaderClassName
{
color: #50DBCF;
}
.AnyTagClassName
{
color: #50DBCF;
}
</style>
background-color css
<style>
a { background-color: #50DBCF; }
a { background-color: rgb(80,219,207); }
div.DivClassName
{
background-color: #50DBCF;
}
.BgClassName
{
background-color: #50DBCF;
}
</style>
border-color css
<style>
span { border-color: #50DBCF; }
span { border-color: rgb(80,219,207); }
td.TdClassName
{
border-color: #50DBCF;
}
.TagClassName
{
border-color: #50DBCF;
}
</style>