Shades of Turquoise Blue #50D4EE
Tints of Turquoise Blue #50D4EE
RGB
CMYK
RGB Variations
Color information
#50D4EE (or 0x50D4EE) is known color: Turquoise Blue. HEX triplet: 50, D4 and EE. RGB value is (80,212,238). Sum of RGB (Red+Green+Blue) = 80+212+238=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #50D4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D4EE is #AF2B11. Grayscale: #AFAFAF. Windows color (decimal): -11479826 or 15651920. OLE color: 15651920.
HSL color Cylindrical-coordinate representation of color #50D4EE: hue angle of 189.87º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D4EE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 212 | 238 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.07 |
| HSL | 189.87º | 0.82% | 0.62% | - |
| HSV(B) | 189.87º | 0.66% | 0.93% | - |
| XYZ | 42.28 | 54.97 | 89.27 | - |
| YUV | 175.5 | 163.27 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 238 | 0.66 | 0.11 | 0 | 0.07 | 189.87 | 0.82 | 0.62 |
| Hex | 50 | D4 | EE | 42 | B | 0 | 7 | BE | 52 | 3E |
| Octal | 120 | 324 | 356 | 102 | 13 | 0 | 7 | 276 | 122 | 76 |
| Binary | 1010000 | 11010100 | 11101110 | 1000010 | 1011 | 0 | 111 | 10111110 | 1010010 | 111110 |
Color Harmonies of #50D4EE
Complementary color
Monochromatic Colors of #50D4EE
Black with #50D4EE
Text Example
Text Example
White with #50D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D4EE; }
p { color: rgb(80,212,238); }
H1.HeaderClassName
{
color: #50D4EE;
}
.AnyTagClassName
{
color: #50D4EE;
}
</style>
background-color css
<style>
a { background-color: #50D4EE; }
a { background-color: rgb(80,212,238); }
div.DivClassName
{
background-color: #50D4EE;
}
.BgClassName
{
background-color: #50D4EE;
}
</style>
border-color css
<style>
span { border-color: #50D4EE; }
span { border-color: rgb(80,212,238); }
td.TdClassName
{
border-color: #50D4EE;
}
.TagClassName
{
border-color: #50D4EE;
}
</style>