Shades of Turquoise Blue #50DEE5
Tints of Turquoise Blue #50DEE5
RGB
CMYK
RGB Variations
Color information
#50DEE5 (or 0x50DEE5) is known color: Turquoise Blue. HEX triplet: 50, DE and E5. RGB value is (80,222,229). Sum of RGB (Red+Green+Blue) = 80+222+229=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #50DEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEE5 is #AF211A. Grayscale: #B4B4B4. Windows color (decimal): -11477275 or 15064656. OLE color: 15064656.
HSL color Cylindrical-coordinate representation of color #50DEE5: hue angle of 182.82º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DEE5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 222 | 229 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.10 |
| HSL | 182.82º | 0.74% | 0.61% | - |
| HSV(B) | 182.82º | 0.65% | 0.9% | - |
| XYZ | 43.57 | 59.61 | 83.34 | - |
| YUV | 180.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 229 | 0.65 | 0.03 | 0 | 0.10 | 182.82 | 0.74 | 0.61 |
| Hex | 50 | DE | E5 | 41 | 3 | 0 | A | B7 | 4A | 3D |
| Octal | 120 | 336 | 345 | 101 | 3 | 0 | 12 | 267 | 112 | 75 |
| Binary | 1010000 | 11011110 | 11100101 | 1000001 | 11 | 0 | 1010 | 10110111 | 1001010 | 111101 |
Color Harmonies of #50DEE5
Complementary color
Monochromatic Colors of #50DEE5
Black with #50DEE5
Text Example
Text Example
White with #50DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEE5; }
p { color: rgb(80,222,229); }
H1.HeaderClassName
{
color: #50DEE5;
}
.AnyTagClassName
{
color: #50DEE5;
}
</style>
background-color css
<style>
a { background-color: #50DEE5; }
a { background-color: rgb(80,222,229); }
div.DivClassName
{
background-color: #50DEE5;
}
.BgClassName
{
background-color: #50DEE5;
}
</style>
border-color css
<style>
span { border-color: #50DEE5; }
span { border-color: rgb(80,222,229); }
td.TdClassName
{
border-color: #50DEE5;
}
.TagClassName
{
border-color: #50DEE5;
}
</style>