Shades of Turquoise #2CDACF
Tints of Turquoise #2CDACF
RGB
CMYK
RGB Variations
Color information
#2CDACF (or 0x2CDACF) is known color: Turquoise. HEX triplet: 2C, DA and CF. RGB value is (44,218,207). Sum of RGB (Red+Green+Blue) = 44+218+207=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDACF is #D32530. Grayscale: #A4A4A4. Windows color (decimal): -13837617 or 13621804. OLE color: 13621804.
HSL color Cylindrical-coordinate representation of color #2CDACF: hue angle of 176.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDACF is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 207 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.15 |
| HSL | 176.21º | 0.7% | 0.51% | - |
| HSV(B) | 176.21º | 0.8% | 0.85% | - |
| XYZ | 37.37 | 55.18 | 67.71 | - |
| YUV | 164.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 207 | 0.80 | 0 | 0.05 | 0.15 | 176.21 | 0.7 | 0.51 |
| Hex | 2C | DA | CF | 50 | 0 | 5 | F | B0 | 46 | 33 |
| Octal | 54 | 332 | 317 | 120 | 0 | 5 | 17 | 260 | 106 | 63 |
| Binary | 101100 | 11011010 | 11001111 | 1010000 | 0 | 101 | 1111 | 10110000 | 1000110 | 110011 |
Color Harmonies of #2CDACF
Complementary color
Monochromatic Colors of #2CDACF
Black with #2CDACF
Text Example
Text Example
White with #2CDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDACF; }
p { color: rgb(44,218,207); }
H1.HeaderClassName
{
color: #2CDACF;
}
.AnyTagClassName
{
color: #2CDACF;
}
</style>
background-color css
<style>
a { background-color: #2CDACF; }
a { background-color: rgb(44,218,207); }
div.DivClassName
{
background-color: #2CDACF;
}
.BgClassName
{
background-color: #2CDACF;
}
</style>
border-color css
<style>
span { border-color: #2CDACF; }
span { border-color: rgb(44,218,207); }
td.TdClassName
{
border-color: #2CDACF;
}
.TagClassName
{
border-color: #2CDACF;
}
</style>