Shades of Turquoise #50EECF
Tints of Turquoise #50EECF
RGB
CMYK
RGB Variations
Color information
#50EECF (or 0x50EECF) is known color: Turquoise. HEX triplet: 50, EE and CF. RGB value is (80,238,207). Sum of RGB (Red+Green+Blue) = 80+238+207=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #50EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EECF is #AF1130. Grayscale: #BBBBBB. Windows color (decimal): -11473201 or 13626960. OLE color: 13626960.
HSL color Cylindrical-coordinate representation of color #50EECF: hue angle of 168.23º 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 #50EECF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 207 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.23º | 0.82% | 0.62% | - |
| HSV(B) | 168.23º | 0.66% | 0.93% | - |
| XYZ | 45.15 | 67.36 | 69.65 | - |
| YUV | 187.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 207 | 0.66 | 0 | 0.13 | 0.07 | 168.23 | 0.82 | 0.62 |
| Hex | 50 | EE | CF | 42 | 0 | D | 7 | A8 | 52 | 3E |
| Octal | 120 | 356 | 317 | 102 | 0 | 15 | 7 | 250 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11001111 | 1000010 | 0 | 1101 | 111 | 10101000 | 1010010 | 111110 |
Color Harmonies of #50EECF
Complementary color
Monochromatic Colors of #50EECF
Black with #50EECF
Text Example
Text Example
White with #50EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EECF; }
p { color: rgb(80,238,207); }
H1.HeaderClassName
{
color: #50EECF;
}
.AnyTagClassName
{
color: #50EECF;
}
</style>
background-color css
<style>
a { background-color: #50EECF; }
a { background-color: rgb(80,238,207); }
div.DivClassName
{
background-color: #50EECF;
}
.BgClassName
{
background-color: #50EECF;
}
</style>
border-color css
<style>
span { border-color: #50EECF; }
span { border-color: rgb(80,238,207); }
td.TdClassName
{
border-color: #50EECF;
}
.TagClassName
{
border-color: #50EECF;
}
</style>