Shades of Turquoise Blue #50D6FF
Tints of Turquoise Blue #50D6FF
RGB
CMYK
RGB Variations
Color information
#50D6FF (or 0x50D6FF) is known color: Turquoise Blue. HEX triplet: 50, D6 and FF. RGB value is (80,214,255). Sum of RGB (Red+Green+Blue) = 80+214+255=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #50D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D6FF is #AF2900. Grayscale: #B2B2B2. Windows color (decimal): -11479297 or 16766544. OLE color: 16766544.
HSL color Cylindrical-coordinate representation of color #50D6FF: hue angle of 194.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D6FF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 214 | 255 | - |
| CMYK | 0.69 | 0.16 | 0 | 0 |
| HSL | 194.06º | 1% | 0.66% | - |
| HSV(B) | 194.06º | 0.69% | 1% | - |
| XYZ | 45.4 | 57.02 | 103.22 | - |
| YUV | 178.61 | 171.11 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 255 | 0.69 | 0.16 | 0 | 0 | 194.06 | 1 | 0.66 |
| Hex | 50 | D6 | FF | 45 | 10 | 0 | 0 | C2 | 64 | 42 |
| Octal | 120 | 326 | 377 | 105 | 20 | 0 | 0 | 302 | 144 | 102 |
| Binary | 1010000 | 11010110 | 11111111 | 1000101 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000010 |
Color Harmonies of #50D6FF
Complementary color
Monochromatic Colors of #50D6FF
Black with #50D6FF
Text Example
Text Example
White with #50D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D6FF; }
p { color: rgb(80,214,255); }
H1.HeaderClassName
{
color: #50D6FF;
}
.AnyTagClassName
{
color: #50D6FF;
}
</style>
background-color css
<style>
a { background-color: #50D6FF; }
a { background-color: rgb(80,214,255); }
div.DivClassName
{
background-color: #50D6FF;
}
.BgClassName
{
background-color: #50D6FF;
}
</style>
border-color css
<style>
span { border-color: #50D6FF; }
span { border-color: rgb(80,214,255); }
td.TdClassName
{
border-color: #50D6FF;
}
.TagClassName
{
border-color: #50D6FF;
}
</style>