Shades of Turquoise #2CF0BE
Tints of Turquoise #2CF0BE
RGB
CMYK
RGB Variations
Color information
#2CF0BE (or 0x2CF0BE) is known color: Turquoise. HEX triplet: 2C, F0 and BE. RGB value is (44,240,190). Sum of RGB (Red+Green+Blue) = 44+240+190=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0BE is #D30F41. Grayscale: #AFAFAF. Windows color (decimal): -13832002 or 12513324. OLE color: 12513324.
HSL color Cylindrical-coordinate representation of color #2CF0BE: hue angle of 164.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF0BE is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 190 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.06 |
| HSL | 164.69º | 0.87% | 0.56% | - |
| HSV(B) | 164.69º | 0.82% | 0.94% | - |
| XYZ | 41.49 | 66.57 | 59.38 | - |
| YUV | 175.7 | 136.07 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 190 | 0.82 | 0 | 0.21 | 0.06 | 164.69 | 0.87 | 0.56 |
| Hex | 2C | F0 | BE | 52 | 0 | 15 | 6 | A5 | 57 | 38 |
| Octal | 54 | 360 | 276 | 122 | 0 | 25 | 6 | 245 | 127 | 70 |
| Binary | 101100 | 11110000 | 10111110 | 1010010 | 0 | 10101 | 110 | 10100101 | 1010111 | 111000 |
Color Harmonies of #2CF0BE
Complementary color
Monochromatic Colors of #2CF0BE
Black with #2CF0BE
Text Example
Text Example
White with #2CF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF0BE; }
p { color: rgb(44,240,190); }
H1.HeaderClassName
{
color: #2CF0BE;
}
.AnyTagClassName
{
color: #2CF0BE;
}
</style>
background-color css
<style>
a { background-color: #2CF0BE; }
a { background-color: rgb(44,240,190); }
div.DivClassName
{
background-color: #2CF0BE;
}
.BgClassName
{
background-color: #2CF0BE;
}
</style>
border-color css
<style>
span { border-color: #2CF0BE; }
span { border-color: rgb(44,240,190); }
td.TdClassName
{
border-color: #2CF0BE;
}
.TagClassName
{
border-color: #2CF0BE;
}
</style>