Shades of Turquoise Blue #50CFEA
Tints of Turquoise Blue #50CFEA
RGB
CMYK
RGB Variations
Color information
#50CFEA (or 0x50CFEA) is known color: Turquoise Blue. HEX triplet: 50, CF and EA. RGB value is (80,207,234). Sum of RGB (Red+Green+Blue) = 80+207+234=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #50CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFEA is #AF3015. Grayscale: #ABABAB. Windows color (decimal): -11481110 or 15388496. OLE color: 15388496.
HSL color Cylindrical-coordinate representation of color #50CFEA: hue angle of 190.52º 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 #50CFEA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 207 | 234 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.08 |
| HSL | 190.52º | 0.79% | 0.62% | - |
| HSV(B) | 190.52º | 0.66% | 0.92% | - |
| XYZ | 40.47 | 52.27 | 85.8 | - |
| YUV | 172.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 234 | 0.66 | 0.12 | 0 | 0.08 | 190.52 | 0.79 | 0.62 |
| Hex | 50 | CF | EA | 42 | C | 0 | 8 | BF | 4F | 3E |
| Octal | 120 | 317 | 352 | 102 | 14 | 0 | 10 | 277 | 117 | 76 |
| Binary | 1010000 | 11001111 | 11101010 | 1000010 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111110 |
Color Harmonies of #50CFEA
Complementary color
Monochromatic Colors of #50CFEA
Black with #50CFEA
Text Example
Text Example
White with #50CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFEA; }
p { color: rgb(80,207,234); }
H1.HeaderClassName
{
color: #50CFEA;
}
.AnyTagClassName
{
color: #50CFEA;
}
</style>
background-color css
<style>
a { background-color: #50CFEA; }
a { background-color: rgb(80,207,234); }
div.DivClassName
{
background-color: #50CFEA;
}
.BgClassName
{
background-color: #50CFEA;
}
</style>
border-color css
<style>
span { border-color: #50CFEA; }
span { border-color: rgb(80,207,234); }
td.TdClassName
{
border-color: #50CFEA;
}
.TagClassName
{
border-color: #50CFEA;
}
</style>