Shades of Turquoise #50F2CC
Tints of Turquoise #50F2CC
RGB
CMYK
RGB Variations
Color information
#50F2CC (or 0x50F2CC) is known color: Turquoise. HEX triplet: 50, F2 and CC. RGB value is (80,242,204). Sum of RGB (Red+Green+Blue) = 80+242+204=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2CC is #AF0D33. Grayscale: #BDBDBD. Windows color (decimal): -11472180 or 13431376. OLE color: 13431376.
HSL color Cylindrical-coordinate representation of color #50F2CC: hue angle of 165.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F2CC is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 204 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.05 |
| HSL | 165.93º | 0.86% | 0.63% | - |
| HSV(B) | 165.93º | 0.67% | 0.95% | - |
| XYZ | 45.96 | 69.57 | 68.13 | - |
| YUV | 189.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 204 | 0.67 | 0 | 0.16 | 0.05 | 165.93 | 0.86 | 0.63 |
| Hex | 50 | F2 | CC | 43 | 0 | 10 | 5 | A6 | 56 | 3F |
| Octal | 120 | 362 | 314 | 103 | 0 | 20 | 5 | 246 | 126 | 77 |
| Binary | 1010000 | 11110010 | 11001100 | 1000011 | 0 | 10000 | 101 | 10100110 | 1010110 | 111111 |
Color Harmonies of #50F2CC
Complementary color
Monochromatic Colors of #50F2CC
Black with #50F2CC
Text Example
Text Example
White with #50F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F2CC; }
p { color: rgb(80,242,204); }
H1.HeaderClassName
{
color: #50F2CC;
}
.AnyTagClassName
{
color: #50F2CC;
}
</style>
background-color css
<style>
a { background-color: #50F2CC; }
a { background-color: rgb(80,242,204); }
div.DivClassName
{
background-color: #50F2CC;
}
.BgClassName
{
background-color: #50F2CC;
}
</style>
border-color css
<style>
span { border-color: #50F2CC; }
span { border-color: rgb(80,242,204); }
td.TdClassName
{
border-color: #50F2CC;
}
.TagClassName
{
border-color: #50F2CC;
}
</style>