Shades of Turquoise Blue #50DCFF
Tints of Turquoise Blue #50DCFF
RGB
CMYK
RGB Variations
Color information
#50DCFF (or 0x50DCFF) is known color: Turquoise Blue. HEX triplet: 50, DC and FF. RGB value is (80,220,255). Sum of RGB (Red+Green+Blue) = 80+220+255=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #50DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCFF is #AF2300. Grayscale: #B5B5B5. Windows color (decimal): -11477761 or 16768080. OLE color: 16768080.
HSL color Cylindrical-coordinate representation of color #50DCFF: hue angle of 192º 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 #50DCFF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 220 | 255 | - |
| CMYK | 0.69 | 0.14 | 0 | 0 |
| HSL | 192º | 1% | 0.66% | - |
| HSV(B) | 192º | 0.69% | 1% | - |
| XYZ | 46.95 | 60.11 | 103.74 | - |
| YUV | 182.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 255 | 0.69 | 0.14 | 0 | 0 | 192 | 1 | 0.66 |
| Hex | 50 | DC | FF | 45 | E | 0 | 0 | C0 | 64 | 42 |
| Octal | 120 | 334 | 377 | 105 | 16 | 0 | 0 | 300 | 144 | 102 |
| Binary | 1010000 | 11011100 | 11111111 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000010 |
Color Harmonies of #50DCFF
Complementary color
Monochromatic Colors of #50DCFF
Black with #50DCFF
Text Example
Text Example
White with #50DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCFF; }
p { color: rgb(80,220,255); }
H1.HeaderClassName
{
color: #50DCFF;
}
.AnyTagClassName
{
color: #50DCFF;
}
</style>
background-color css
<style>
a { background-color: #50DCFF; }
a { background-color: rgb(80,220,255); }
div.DivClassName
{
background-color: #50DCFF;
}
.BgClassName
{
background-color: #50DCFF;
}
</style>
border-color css
<style>
span { border-color: #50DCFF; }
span { border-color: rgb(80,220,255); }
td.TdClassName
{
border-color: #50DCFF;
}
.TagClassName
{
border-color: #50DCFF;
}
</style>