Shades of Turquoise #50FDDA
Tints of Turquoise #50FDDA
RGB
CMYK
RGB Variations
Color information
#50FDDA (or 0x50FDDA) is known color: Turquoise. HEX triplet: 50, FD and DA. RGB value is (80,253,218). Sum of RGB (Red+Green+Blue) = 80+253+218=551 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.52% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDDA is #AF0225. Grayscale: #C5C5C5. Windows color (decimal): -11469350 or 14351696. OLE color: 14351696.
HSL color Cylindrical-coordinate representation of color #50FDDA: hue angle of 167.86º 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 #50FDDA is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 218 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.01 |
| HSL | 167.86º | 0.98% | 0.65% | - |
| HSV(B) | 167.86º | 0.68% | 0.99% | - |
| XYZ | 51.09 | 77.02 | 78.5 | - |
| YUV | 197.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 218 | 0.68 | 0 | 0.14 | 0.01 | 167.86 | 0.98 | 0.65 |
| Hex | 50 | FD | DA | 44 | 0 | E | 1 | A8 | 62 | 41 |
| Octal | 120 | 375 | 332 | 104 | 0 | 16 | 1 | 250 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11011010 | 1000100 | 0 | 1110 | 1 | 10101000 | 1100010 | 1000001 |
Color Harmonies of #50FDDA
Complementary color
Monochromatic Colors of #50FDDA
Black with #50FDDA
Text Example
Text Example
White with #50FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDDA; }
p { color: rgb(80,253,218); }
H1.HeaderClassName
{
color: #50FDDA;
}
.AnyTagClassName
{
color: #50FDDA;
}
</style>
background-color css
<style>
a { background-color: #50FDDA; }
a { background-color: rgb(80,253,218); }
div.DivClassName
{
background-color: #50FDDA;
}
.BgClassName
{
background-color: #50FDDA;
}
</style>
border-color css
<style>
span { border-color: #50FDDA; }
span { border-color: rgb(80,253,218); }
td.TdClassName
{
border-color: #50FDDA;
}
.TagClassName
{
border-color: #50FDDA;
}
</style>