Shades of Turquoise Blue #50EEF0
Tints of Turquoise Blue #50EEF0
RGB
CMYK
RGB Variations
Color information
#50EEF0 (or 0x50EEF0) is known color: Turquoise Blue. HEX triplet: 50, EE and F0. RGB value is (80,238,240). Sum of RGB (Red+Green+Blue) = 80+238+240=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #50EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEF0 is #AF110F. Grayscale: #BEBEBE. Windows color (decimal): -11473168 or 15789648. OLE color: 15789648.
HSL color Cylindrical-coordinate representation of color #50EEF0: hue angle of 180.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EEF0 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 238 | 240 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.06 |
| HSL | 180.75º | 0.84% | 0.63% | - |
| HSV(B) | 180.75º | 0.67% | 0.94% | - |
| XYZ | 49.61 | 69.15 | 93.17 | - |
| YUV | 190.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 240 | 0.67 | 0.01 | 0 | 0.06 | 180.75 | 0.84 | 0.63 |
| Hex | 50 | EE | F0 | 43 | 1 | 0 | 6 | B5 | 54 | 3F |
| Octal | 120 | 356 | 360 | 103 | 1 | 0 | 6 | 265 | 124 | 77 |
| Binary | 1010000 | 11101110 | 11110000 | 1000011 | 1 | 0 | 110 | 10110101 | 1010100 | 111111 |
Color Harmonies of #50EEF0
Complementary color
Monochromatic Colors of #50EEF0
Black with #50EEF0
Text Example
Text Example
White with #50EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEF0; }
p { color: rgb(80,238,240); }
H1.HeaderClassName
{
color: #50EEF0;
}
.AnyTagClassName
{
color: #50EEF0;
}
</style>
background-color css
<style>
a { background-color: #50EEF0; }
a { background-color: rgb(80,238,240); }
div.DivClassName
{
background-color: #50EEF0;
}
.BgClassName
{
background-color: #50EEF0;
}
</style>
border-color css
<style>
span { border-color: #50EEF0; }
span { border-color: rgb(80,238,240); }
td.TdClassName
{
border-color: #50EEF0;
}
.TagClassName
{
border-color: #50EEF0;
}
</style>