Shades of Turquoise #2CF0DD
Tints of Turquoise #2CF0DD
RGB
CMYK
RGB Variations
Color information
#2CF0DD (or 0x2CF0DD) is known color: Turquoise. HEX triplet: 2C, F0 and DD. RGB value is (44,240,221). Sum of RGB (Red+Green+Blue) = 44+240+221=505 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.71% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0DD is #D30F22. Grayscale: #B3B3B3. Windows color (decimal): -13831971 or 14544940. OLE color: 14544940.
HSL color Cylindrical-coordinate representation of color #2CF0DD: hue angle of 174.18º 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 #2CF0DD is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 221 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.06 |
| HSL | 174.18º | 0.87% | 0.56% | - |
| HSV(B) | 174.18º | 0.82% | 0.94% | - |
| XYZ | 45.25 | 68.08 | 79.16 | - |
| YUV | 179.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 221 | 0.82 | 0 | 0.08 | 0.06 | 174.18 | 0.87 | 0.56 |
| Hex | 2C | F0 | DD | 52 | 0 | 8 | 6 | AE | 57 | 38 |
| Octal | 54 | 360 | 335 | 122 | 0 | 10 | 6 | 256 | 127 | 70 |
| Binary | 101100 | 11110000 | 11011101 | 1010010 | 0 | 1000 | 110 | 10101110 | 1010111 | 111000 |
Color Harmonies of #2CF0DD
Complementary color
Monochromatic Colors of #2CF0DD
Black with #2CF0DD
Text Example
Text Example
White with #2CF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF0DD; }
p { color: rgb(44,240,221); }
H1.HeaderClassName
{
color: #2CF0DD;
}
.AnyTagClassName
{
color: #2CF0DD;
}
</style>
background-color css
<style>
a { background-color: #2CF0DD; }
a { background-color: rgb(44,240,221); }
div.DivClassName
{
background-color: #2CF0DD;
}
.BgClassName
{
background-color: #2CF0DD;
}
</style>
border-color css
<style>
span { border-color: #2CF0DD; }
span { border-color: rgb(44,240,221); }
td.TdClassName
{
border-color: #2CF0DD;
}
.TagClassName
{
border-color: #2CF0DD;
}
</style>