Shades of Turquoise Blue #50CEE7
Tints of Turquoise Blue #50CEE7
RGB
CMYK
RGB Variations
Color information
#50CEE7 (or 0x50CEE7) is known color: Turquoise Blue. HEX triplet: 50, CE and E7. RGB value is (80,206,231). Sum of RGB (Red+Green+Blue) = 80+206+231=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #50CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEE7 is #AF3118. Grayscale: #AAAAAA. Windows color (decimal): -11481369 or 15191632. OLE color: 15191632.
HSL color Cylindrical-coordinate representation of color #50CEE7: hue angle of 189.93º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CEE7 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 206 | 231 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.09 |
| HSL | 189.93º | 0.76% | 0.61% | - |
| HSV(B) | 189.93º | 0.65% | 0.91% | - |
| XYZ | 39.8 | 51.62 | 83.47 | - |
| YUV | 171.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 231 | 0.65 | 0.11 | 0 | 0.09 | 189.93 | 0.76 | 0.61 |
| Hex | 50 | CE | E7 | 41 | B | 0 | 9 | BE | 4C | 3D |
| Octal | 120 | 316 | 347 | 101 | 13 | 0 | 11 | 276 | 114 | 75 |
| Binary | 1010000 | 11001110 | 11100111 | 1000001 | 1011 | 0 | 1001 | 10111110 | 1001100 | 111101 |
Color Harmonies of #50CEE7
Complementary color
Monochromatic Colors of #50CEE7
Black with #50CEE7
Text Example
Text Example
White with #50CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEE7; }
p { color: rgb(80,206,231); }
H1.HeaderClassName
{
color: #50CEE7;
}
.AnyTagClassName
{
color: #50CEE7;
}
</style>
background-color css
<style>
a { background-color: #50CEE7; }
a { background-color: rgb(80,206,231); }
div.DivClassName
{
background-color: #50CEE7;
}
.BgClassName
{
background-color: #50CEE7;
}
</style>
border-color css
<style>
span { border-color: #50CEE7; }
span { border-color: rgb(80,206,231); }
td.TdClassName
{
border-color: #50CEE7;
}
.TagClassName
{
border-color: #50CEE7;
}
</style>