Shades of Turquoise Blue #50CFFC
Tints of Turquoise Blue #50CFFC
RGB
CMYK
RGB Variations
Color information
#50CFFC (or 0x50CFFC) is known color: Turquoise Blue. HEX triplet: 50, CF and FC. RGB value is (80,207,252). Sum of RGB (Red+Green+Blue) = 80+207+252=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #50CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFFC is #AF3003. Grayscale: #ADADAD. Windows color (decimal): -11481092 or 16568144. OLE color: 16568144.
HSL color Cylindrical-coordinate representation of color #50CFFC: hue angle of 195.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CFFC is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 207 | 252 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.01 |
| HSL | 195.7º | 0.97% | 0.65% | - |
| HSV(B) | 195.7º | 0.68% | 0.99% | - |
| XYZ | 43.19 | 53.36 | 100.12 | - |
| YUV | 174.16 | 171.92 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 252 | 0.68 | 0.18 | 0 | 0.01 | 195.7 | 0.97 | 0.65 |
| Hex | 50 | CF | FC | 44 | 12 | 0 | 1 | C4 | 61 | 41 |
| Octal | 120 | 317 | 374 | 104 | 22 | 0 | 1 | 304 | 141 | 101 |
| Binary | 1010000 | 11001111 | 11111100 | 1000100 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000001 |
Color Harmonies of #50CFFC
Complementary color
Monochromatic Colors of #50CFFC
Black with #50CFFC
Text Example
Text Example
White with #50CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFFC; }
p { color: rgb(80,207,252); }
H1.HeaderClassName
{
color: #50CFFC;
}
.AnyTagClassName
{
color: #50CFFC;
}
</style>
background-color css
<style>
a { background-color: #50CFFC; }
a { background-color: rgb(80,207,252); }
div.DivClassName
{
background-color: #50CFFC;
}
.BgClassName
{
background-color: #50CFFC;
}
</style>
border-color css
<style>
span { border-color: #50CFFC; }
span { border-color: rgb(80,207,252); }
td.TdClassName
{
border-color: #50CFFC;
}
.TagClassName
{
border-color: #50CFFC;
}
</style>