Shades of Turquoise Blue #50CDEA
Tints of Turquoise Blue #50CDEA
RGB
CMYK
RGB Variations
Color information
#50CDEA (or 0x50CDEA) is known color: Turquoise Blue. HEX triplet: 50, CD and EA. RGB value is (80,205,234). Sum of RGB (Red+Green+Blue) = 80+205+234=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #50CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDEA is #AF3215. Grayscale: #AAAAAA. Windows color (decimal): -11481622 or 15387984. OLE color: 15387984.
HSL color Cylindrical-coordinate representation of color #50CDEA: hue angle of 191.3º 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 #50CDEA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 205 | 234 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.08 |
| HSL | 191.3º | 0.79% | 0.62% | - |
| HSV(B) | 191.3º | 0.66% | 0.92% | - |
| XYZ | 39.99 | 51.31 | 85.64 | - |
| YUV | 170.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 234 | 0.66 | 0.12 | 0 | 0.08 | 191.3 | 0.79 | 0.62 |
| Hex | 50 | CD | EA | 42 | C | 0 | 8 | BF | 4F | 3E |
| Octal | 120 | 315 | 352 | 102 | 14 | 0 | 10 | 277 | 117 | 76 |
| Binary | 1010000 | 11001101 | 11101010 | 1000010 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111110 |
Color Harmonies of #50CDEA
Complementary color
Monochromatic Colors of #50CDEA
Black with #50CDEA
Text Example
Text Example
White with #50CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDEA; }
p { color: rgb(80,205,234); }
H1.HeaderClassName
{
color: #50CDEA;
}
.AnyTagClassName
{
color: #50CDEA;
}
</style>
background-color css
<style>
a { background-color: #50CDEA; }
a { background-color: rgb(80,205,234); }
div.DivClassName
{
background-color: #50CDEA;
}
.BgClassName
{
background-color: #50CDEA;
}
</style>
border-color css
<style>
span { border-color: #50CDEA; }
span { border-color: rgb(80,205,234); }
td.TdClassName
{
border-color: #50CDEA;
}
.TagClassName
{
border-color: #50CDEA;
}
</style>