Shades of Turquoise Blue #50CFE5
Tints of Turquoise Blue #50CFE5
RGB
CMYK
RGB Variations
Color information
#50CFE5 (or 0x50CFE5) is known color: Turquoise Blue. HEX triplet: 50, CF and E5. RGB value is (80,207,229). Sum of RGB (Red+Green+Blue) = 80+207+229=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #50CFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFE5 is #AF301A. Grayscale: #ABABAB. Windows color (decimal): -11481115 or 15060816. OLE color: 15060816.
HSL color Cylindrical-coordinate representation of color #50CFE5: hue angle of 188.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CFE5 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 207 | 229 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.10 |
| HSL | 188.86º | 0.74% | 0.61% | - |
| HSV(B) | 188.86º | 0.65% | 0.9% | - |
| XYZ | 39.76 | 51.99 | 82.07 | - |
| YUV | 171.54 | 160.42 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 229 | 0.65 | 0.10 | 0 | 0.10 | 188.86 | 0.74 | 0.61 |
| Hex | 50 | CF | E5 | 41 | A | 0 | A | BD | 4A | 3D |
| Octal | 120 | 317 | 345 | 101 | 12 | 0 | 12 | 275 | 112 | 75 |
| Binary | 1010000 | 11001111 | 11100101 | 1000001 | 1010 | 0 | 1010 | 10111101 | 1001010 | 111101 |
Color Harmonies of #50CFE5
Complementary color
Monochromatic Colors of #50CFE5
Black with #50CFE5
Text Example
Text Example
White with #50CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFE5; }
p { color: rgb(80,207,229); }
H1.HeaderClassName
{
color: #50CFE5;
}
.AnyTagClassName
{
color: #50CFE5;
}
</style>
background-color css
<style>
a { background-color: #50CFE5; }
a { background-color: rgb(80,207,229); }
div.DivClassName
{
background-color: #50CFE5;
}
.BgClassName
{
background-color: #50CFE5;
}
</style>
border-color css
<style>
span { border-color: #50CFE5; }
span { border-color: rgb(80,207,229); }
td.TdClassName
{
border-color: #50CFE5;
}
.TagClassName
{
border-color: #50CFE5;
}
</style>