Shades of Turquoise Blue #50CFEF
Tints of Turquoise Blue #50CFEF
RGB
CMYK
RGB Variations
Color information
#50CFEF (or 0x50CFEF) is known color: Turquoise Blue. HEX triplet: 50, CF and EF. RGB value is (80,207,239). Sum of RGB (Red+Green+Blue) = 80+207+239=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #50CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFEF is #AF3010. Grayscale: #ACACAC. Windows color (decimal): -11481105 or 15716176. OLE color: 15716176.
HSL color Cylindrical-coordinate representation of color #50CFEF: hue angle of 192.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CFEF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 207 | 239 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.06 |
| HSL | 192.08º | 0.83% | 0.63% | - |
| HSV(B) | 192.08º | 0.67% | 0.94% | - |
| XYZ | 41.2 | 52.56 | 89.64 | - |
| YUV | 172.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 239 | 0.67 | 0.13 | 0 | 0.06 | 192.08 | 0.83 | 0.63 |
| Hex | 50 | CF | EF | 43 | D | 0 | 6 | C0 | 53 | 3F |
| Octal | 120 | 317 | 357 | 103 | 15 | 0 | 6 | 300 | 123 | 77 |
| Binary | 1010000 | 11001111 | 11101111 | 1000011 | 1101 | 0 | 110 | 11000000 | 1010011 | 111111 |
Color Harmonies of #50CFEF
Complementary color
Monochromatic Colors of #50CFEF
Black with #50CFEF
Text Example
Text Example
White with #50CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFEF; }
p { color: rgb(80,207,239); }
H1.HeaderClassName
{
color: #50CFEF;
}
.AnyTagClassName
{
color: #50CFEF;
}
</style>
background-color css
<style>
a { background-color: #50CFEF; }
a { background-color: rgb(80,207,239); }
div.DivClassName
{
background-color: #50CFEF;
}
.BgClassName
{
background-color: #50CFEF;
}
</style>
border-color css
<style>
span { border-color: #50CFEF; }
span { border-color: rgb(80,207,239); }
td.TdClassName
{
border-color: #50CFEF;
}
.TagClassName
{
border-color: #50CFEF;
}
</style>