Shades of Turquoise Blue #50D2F3
Tints of Turquoise Blue #50D2F3
RGB
CMYK
RGB Variations
Color information
#50D2F3 (or 0x50D2F3) is known color: Turquoise Blue. HEX triplet: 50, D2 and F3. RGB value is (80,210,243). Sum of RGB (Red+Green+Blue) = 80+210+243=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #50D2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2F3 is #AF2D0C. Grayscale: #AEAEAE. Windows color (decimal): -11480333 or 15979088. OLE color: 15979088.
HSL color Cylindrical-coordinate representation of color #50D2F3: hue angle of 192.15º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D2F3 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 210 | 243 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.05 |
| HSL | 192.15º | 0.87% | 0.63% | - |
| HSV(B) | 192.15º | 0.67% | 0.95% | - |
| XYZ | 42.53 | 54.27 | 93.03 | - |
| YUV | 174.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 243 | 0.67 | 0.14 | 0 | 0.05 | 192.15 | 0.87 | 0.63 |
| Hex | 50 | D2 | F3 | 43 | E | 0 | 5 | C0 | 57 | 3F |
| Octal | 120 | 322 | 363 | 103 | 16 | 0 | 5 | 300 | 127 | 77 |
| Binary | 1010000 | 11010010 | 11110011 | 1000011 | 1110 | 0 | 101 | 11000000 | 1010111 | 111111 |
Color Harmonies of #50D2F3
Complementary color
Monochromatic Colors of #50D2F3
Black with #50D2F3
Text Example
Text Example
White with #50D2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D2F3; }
p { color: rgb(80,210,243); }
H1.HeaderClassName
{
color: #50D2F3;
}
.AnyTagClassName
{
color: #50D2F3;
}
</style>
background-color css
<style>
a { background-color: #50D2F3; }
a { background-color: rgb(80,210,243); }
div.DivClassName
{
background-color: #50D2F3;
}
.BgClassName
{
background-color: #50D2F3;
}
</style>
border-color css
<style>
span { border-color: #50D2F3; }
span { border-color: rgb(80,210,243); }
td.TdClassName
{
border-color: #50D2F3;
}
.TagClassName
{
border-color: #50D2F3;
}
</style>