Shades of Turquoise Blue #50D1FD
Tints of Turquoise Blue #50D1FD
RGB
CMYK
RGB Variations
Color information
#50D1FD (or 0x50D1FD) is known color: Turquoise Blue. HEX triplet: 50, D1 and FD. RGB value is (80,209,253). Sum of RGB (Red+Green+Blue) = 80+209+253=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #50D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D1FD is #AF2E02. Grayscale: #AFAFAF. Windows color (decimal): -11480579 or 16634192. OLE color: 16634192.
HSL color Cylindrical-coordinate representation of color #50D1FD: hue angle of 195.26º degrees, saturation: 0.98, 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 #50D1FD is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 209 | 253 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.01 |
| HSL | 195.26º | 0.98% | 0.65% | - |
| HSV(B) | 195.26º | 0.68% | 0.99% | - |
| XYZ | 43.84 | 54.4 | 101.12 | - |
| YUV | 175.45 | 171.76 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 209 | 253 | 0.68 | 0.17 | 0 | 0.01 | 195.26 | 0.98 | 0.65 |
| Hex | 50 | D1 | FD | 44 | 11 | 0 | 1 | C3 | 62 | 41 |
| Octal | 120 | 321 | 375 | 104 | 21 | 0 | 1 | 303 | 142 | 101 |
| Binary | 1010000 | 11010001 | 11111101 | 1000100 | 10001 | 0 | 1 | 11000011 | 1100010 | 1000001 |
Color Harmonies of #50D1FD
Complementary color
Monochromatic Colors of #50D1FD
Black with #50D1FD
Text Example
Text Example
White with #50D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D1FD; }
p { color: rgb(80,209,253); }
H1.HeaderClassName
{
color: #50D1FD;
}
.AnyTagClassName
{
color: #50D1FD;
}
</style>
background-color css
<style>
a { background-color: #50D1FD; }
a { background-color: rgb(80,209,253); }
div.DivClassName
{
background-color: #50D1FD;
}
.BgClassName
{
background-color: #50D1FD;
}
</style>
border-color css
<style>
span { border-color: #50D1FD; }
span { border-color: rgb(80,209,253); }
td.TdClassName
{
border-color: #50D1FD;
}
.TagClassName
{
border-color: #50D1FD;
}
</style>