Shades of Turquoise Blue #50CFED
Tints of Turquoise Blue #50CFED
RGB
CMYK
RGB Variations
Color information
#50CFED (or 0x50CFED) is known color: Turquoise Blue. HEX triplet: 50, CF and ED. RGB value is (80,207,237). Sum of RGB (Red+Green+Blue) = 80+207+237=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #50CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFED is #AF3012. Grayscale: #ACACAC. Windows color (decimal): -11481107 or 15585104. OLE color: 15585104.
HSL color Cylindrical-coordinate representation of color #50CFED: hue angle of 191.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CFED is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 207 | 237 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.07 |
| HSL | 191.47º | 0.81% | 0.62% | - |
| HSV(B) | 191.47º | 0.66% | 0.93% | - |
| XYZ | 40.91 | 52.45 | 88.09 | - |
| YUV | 172.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 237 | 0.66 | 0.13 | 0 | 0.07 | 191.47 | 0.81 | 0.62 |
| Hex | 50 | CF | ED | 42 | D | 0 | 7 | BF | 51 | 3E |
| Octal | 120 | 317 | 355 | 102 | 15 | 0 | 7 | 277 | 121 | 76 |
| Binary | 1010000 | 11001111 | 11101101 | 1000010 | 1101 | 0 | 111 | 10111111 | 1010001 | 111110 |
Color Harmonies of #50CFED
Complementary color
Monochromatic Colors of #50CFED
Black with #50CFED
Text Example
Text Example
White with #50CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFED; }
p { color: rgb(80,207,237); }
H1.HeaderClassName
{
color: #50CFED;
}
.AnyTagClassName
{
color: #50CFED;
}
</style>
background-color css
<style>
a { background-color: #50CFED; }
a { background-color: rgb(80,207,237); }
div.DivClassName
{
background-color: #50CFED;
}
.BgClassName
{
background-color: #50CFED;
}
</style>
border-color css
<style>
span { border-color: #50CFED; }
span { border-color: rgb(80,207,237); }
td.TdClassName
{
border-color: #50CFED;
}
.TagClassName
{
border-color: #50CFED;
}
</style>