Shades of Turquoise #2CDAB8
Tints of Turquoise #2CDAB8
RGB
CMYK
RGB Variations
Color information
#2CDAB8 (or 0x2CDAB8) is known color: Turquoise. HEX triplet: 2C, DA and B8. RGB value is (44,218,184). Sum of RGB (Red+Green+Blue) = 44+218+184=446 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.87% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDAB8 is #D32547. Grayscale: #A2A2A2. Windows color (decimal): -13837640 or 12114476. OLE color: 12114476.
HSL color Cylindrical-coordinate representation of color #2CDAB8: hue angle of 168.28º 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 #2CDAB8 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 184 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.15 |
| HSL | 168.28º | 0.7% | 0.51% | - |
| HSV(B) | 168.28º | 0.8% | 0.85% | - |
| XYZ | 34.76 | 54.14 | 53.97 | - |
| YUV | 162.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 184 | 0.80 | 0 | 0.16 | 0.15 | 168.28 | 0.7 | 0.51 |
| Hex | 2C | DA | B8 | 50 | 0 | 10 | F | A8 | 46 | 33 |
| Octal | 54 | 332 | 270 | 120 | 0 | 20 | 17 | 250 | 106 | 63 |
| Binary | 101100 | 11011010 | 10111000 | 1010000 | 0 | 10000 | 1111 | 10101000 | 1000110 | 110011 |
Color Harmonies of #2CDAB8
Complementary color
Monochromatic Colors of #2CDAB8
Black with #2CDAB8
Text Example
Text Example
White with #2CDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDAB8; }
p { color: rgb(44,218,184); }
H1.HeaderClassName
{
color: #2CDAB8;
}
.AnyTagClassName
{
color: #2CDAB8;
}
</style>
background-color css
<style>
a { background-color: #2CDAB8; }
a { background-color: rgb(44,218,184); }
div.DivClassName
{
background-color: #2CDAB8;
}
.BgClassName
{
background-color: #2CDAB8;
}
</style>
border-color css
<style>
span { border-color: #2CDAB8; }
span { border-color: rgb(44,218,184); }
td.TdClassName
{
border-color: #2CDAB8;
}
.TagClassName
{
border-color: #2CDAB8;
}
</style>