Shades of Turquoise #2CF0CF
Tints of Turquoise #2CF0CF
RGB
CMYK
RGB Variations
Color information
#2CF0CF (or 0x2CF0CF) is known color: Turquoise. HEX triplet: 2C, F0 and CF. RGB value is (44,240,207). Sum of RGB (Red+Green+Blue) = 44+240+207=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0CF is #D30F30. Grayscale: #B1B1B1. Windows color (decimal): -13831985 or 13627436. OLE color: 13627436.
HSL color Cylindrical-coordinate representation of color #2CF0CF: hue angle of 169.9º 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 #2CF0CF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 207 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.06 |
| HSL | 169.9º | 0.87% | 0.56% | - |
| HSV(B) | 169.9º | 0.82% | 0.94% | - |
| XYZ | 43.46 | 67.36 | 69.74 | - |
| YUV | 177.63 | 144.57 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 207 | 0.82 | 0 | 0.14 | 0.06 | 169.9 | 0.87 | 0.56 |
| Hex | 2C | F0 | CF | 52 | 0 | E | 6 | AA | 57 | 38 |
| Octal | 54 | 360 | 317 | 122 | 0 | 16 | 6 | 252 | 127 | 70 |
| Binary | 101100 | 11110000 | 11001111 | 1010010 | 0 | 1110 | 110 | 10101010 | 1010111 | 111000 |
Color Harmonies of #2CF0CF
Complementary color
Monochromatic Colors of #2CF0CF
Black with #2CF0CF
Text Example
Text Example
White with #2CF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF0CF; }
p { color: rgb(44,240,207); }
H1.HeaderClassName
{
color: #2CF0CF;
}
.AnyTagClassName
{
color: #2CF0CF;
}
</style>
background-color css
<style>
a { background-color: #2CF0CF; }
a { background-color: rgb(44,240,207); }
div.DivClassName
{
background-color: #2CF0CF;
}
.BgClassName
{
background-color: #2CF0CF;
}
</style>
border-color css
<style>
span { border-color: #2CF0CF; }
span { border-color: rgb(44,240,207); }
td.TdClassName
{
border-color: #2CF0CF;
}
.TagClassName
{
border-color: #2CF0CF;
}
</style>