Shades of Turquoise #2CDABD
Tints of Turquoise #2CDABD
RGB
CMYK
RGB Variations
Color information
#2CDABD (or 0x2CDABD) is known color: Turquoise. HEX triplet: 2C, DA and BD. RGB value is (44,218,189). Sum of RGB (Red+Green+Blue) = 44+218+189=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDABD is #D32542. Grayscale: #A2A2A2. Windows color (decimal): -13837635 or 12442156. OLE color: 12442156.
HSL color Cylindrical-coordinate representation of color #2CDABD: hue angle of 170º 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 #2CDABD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 189 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.15 |
| HSL | 170º | 0.7% | 0.51% | - |
| HSV(B) | 170º | 0.8% | 0.85% | - |
| XYZ | 35.3 | 54.35 | 56.77 | - |
| YUV | 162.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 189 | 0.80 | 0 | 0.13 | 0.15 | 170 | 0.7 | 0.51 |
| Hex | 2C | DA | BD | 50 | 0 | D | F | AA | 46 | 33 |
| Octal | 54 | 332 | 275 | 120 | 0 | 15 | 17 | 252 | 106 | 63 |
| Binary | 101100 | 11011010 | 10111101 | 1010000 | 0 | 1101 | 1111 | 10101010 | 1000110 | 110011 |
Color Harmonies of #2CDABD
Complementary color
Monochromatic Colors of #2CDABD
Black with #2CDABD
Text Example
Text Example
White with #2CDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDABD; }
p { color: rgb(44,218,189); }
H1.HeaderClassName
{
color: #2CDABD;
}
.AnyTagClassName
{
color: #2CDABD;
}
</style>
background-color css
<style>
a { background-color: #2CDABD; }
a { background-color: rgb(44,218,189); }
div.DivClassName
{
background-color: #2CDABD;
}
.BgClassName
{
background-color: #2CDABD;
}
</style>
border-color css
<style>
span { border-color: #2CDABD; }
span { border-color: rgb(44,218,189); }
td.TdClassName
{
border-color: #2CDABD;
}
.TagClassName
{
border-color: #2CDABD;
}
</style>