Shades of Medium Turquoise #50CFDB
Tints of Medium Turquoise #50CFDB
RGB
CMYK
RGB Variations
Color information
#50CFDB (or 0x50CFDB) is known color: Medium Turquoise. HEX triplet: 50, CF and DB. RGB value is (80,207,219). Sum of RGB (Red+Green+Blue) = 80+207+219=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #50CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFDB is #AF3024. Grayscale: #AAAAAA. Windows color (decimal): -11481125 or 14405456. OLE color: 14405456.
HSL color Cylindrical-coordinate representation of color #50CFDB: hue angle of 185.18º 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 #50CFDB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 207 | 219 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.14 |
| HSL | 185.18º | 0.66% | 0.59% | - |
| HSV(B) | 185.18º | 0.63% | 0.86% | - |
| XYZ | 38.41 | 51.45 | 74.92 | - |
| YUV | 170.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 219 | 0.63 | 0.05 | 0 | 0.14 | 185.18 | 0.66 | 0.59 |
| Hex | 50 | CF | DB | 3F | 5 | 0 | E | B9 | 42 | 3B |
| Octal | 120 | 317 | 333 | 77 | 5 | 0 | 16 | 271 | 102 | 73 |
| Binary | 1010000 | 11001111 | 11011011 | 111111 | 101 | 0 | 1110 | 10111001 | 1000010 | 111011 |
Color Harmonies of #50CFDB
Complementary color
Monochromatic Colors of #50CFDB
Black with #50CFDB
Text Example
Text Example
White with #50CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFDB; }
p { color: rgb(80,207,219); }
H1.HeaderClassName
{
color: #50CFDB;
}
.AnyTagClassName
{
color: #50CFDB;
}
</style>
background-color css
<style>
a { background-color: #50CFDB; }
a { background-color: rgb(80,207,219); }
div.DivClassName
{
background-color: #50CFDB;
}
.BgClassName
{
background-color: #50CFDB;
}
</style>
border-color css
<style>
span { border-color: #50CFDB; }
span { border-color: rgb(80,207,219); }
td.TdClassName
{
border-color: #50CFDB;
}
.TagClassName
{
border-color: #50CFDB;
}
</style>