Shades of Turquoise Blue #50DFFC
Tints of Turquoise Blue #50DFFC
RGB
CMYK
RGB Variations
Color information
#50DFFC (or 0x50DFFC) is known color: Turquoise Blue. HEX triplet: 50, DF and FC. RGB value is (80,223,252). Sum of RGB (Red+Green+Blue) = 80+223+252=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #50DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFFC is #AF2003. Grayscale: #B7B7B7. Windows color (decimal): -11476996 or 16572240. OLE color: 16572240.
HSL color Cylindrical-coordinate representation of color #50DFFC: hue angle of 190.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DFFC is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 223 | 252 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.01 |
| HSL | 190.12º | 0.97% | 0.65% | - |
| HSV(B) | 190.12º | 0.68% | 0.99% | - |
| XYZ | 47.27 | 61.51 | 101.48 | - |
| YUV | 183.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 252 | 0.68 | 0.12 | 0 | 0.01 | 190.12 | 0.97 | 0.65 |
| Hex | 50 | DF | FC | 44 | C | 0 | 1 | BE | 61 | 41 |
| Octal | 120 | 337 | 374 | 104 | 14 | 0 | 1 | 276 | 141 | 101 |
| Binary | 1010000 | 11011111 | 11111100 | 1000100 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000001 |
Color Harmonies of #50DFFC
Complementary color
Monochromatic Colors of #50DFFC
Black with #50DFFC
Text Example
Text Example
White with #50DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFFC; }
p { color: rgb(80,223,252); }
H1.HeaderClassName
{
color: #50DFFC;
}
.AnyTagClassName
{
color: #50DFFC;
}
</style>
background-color css
<style>
a { background-color: #50DFFC; }
a { background-color: rgb(80,223,252); }
div.DivClassName
{
background-color: #50DFFC;
}
.BgClassName
{
background-color: #50DFFC;
}
</style>
border-color css
<style>
span { border-color: #50DFFC; }
span { border-color: rgb(80,223,252); }
td.TdClassName
{
border-color: #50DFFC;
}
.TagClassName
{
border-color: #50DFFC;
}
</style>