Shades of Turquoise #50EAEA
Tints of Turquoise #50EAEA
RGB
CMYK
RGB Variations
Color information
#50EAEA (or 0x50EAEA) is known color: Turquoise. HEX triplet: 50, EA and EA. RGB value is (80,234,234). Sum of RGB (Red+Green+Blue) = 80+234+234=548 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.60% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #50EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAEA is #AF1515. Grayscale: #BBBBBB. Windows color (decimal): -11474198 or 15395408. OLE color: 15395408.
HSL color Cylindrical-coordinate representation of color #50EAEA: hue angle of 180º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EAEA is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 234 | - |
| CMYK | 0.66 | 0 | 0 | 0.08 |
| HSL | 180º | 0.79% | 0.62% | - |
| HSV(B) | 180º | 0.66% | 0.92% | - |
| XYZ | 47.58 | 66.49 | 88.17 | - |
| YUV | 187.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 234 | 0.66 | 0 | 0 | 0.08 | 180 | 0.79 | 0.62 |
| Hex | 50 | EA | EA | 42 | 0 | 0 | 8 | B4 | 4F | 3E |
| Octal | 120 | 352 | 352 | 102 | 0 | 0 | 10 | 264 | 117 | 76 |
| Binary | 1010000 | 11101010 | 11101010 | 1000010 | 0 | 0 | 1000 | 10110100 | 1001111 | 111110 |
Color Harmonies of #50EAEA
Complementary color
Monochromatic Colors of #50EAEA
Black with #50EAEA
Text Example
Text Example
White with #50EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EAEA; }
p { color: rgb(80,234,234); }
H1.HeaderClassName
{
color: #50EAEA;
}
.AnyTagClassName
{
color: #50EAEA;
}
</style>
background-color css
<style>
a { background-color: #50EAEA; }
a { background-color: rgb(80,234,234); }
div.DivClassName
{
background-color: #50EAEA;
}
.BgClassName
{
background-color: #50EAEA;
}
</style>
border-color css
<style>
span { border-color: #50EAEA; }
span { border-color: rgb(80,234,234); }
td.TdClassName
{
border-color: #50EAEA;
}
.TagClassName
{
border-color: #50EAEA;
}
</style>