Shades of Turquoise #2CEFD0
Tints of Turquoise #2CEFD0
RGB
CMYK
RGB Variations
Color information
#2CEFD0 (or 0x2CEFD0) is known color: Turquoise. HEX triplet: 2C, EF and D0. RGB value is (44,239,208). Sum of RGB (Red+Green+Blue) = 44+239+208=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFD0 is #D3102F. Grayscale: #B1B1B1. Windows color (decimal): -13832240 or 13692716. OLE color: 13692716.
HSL color Cylindrical-coordinate representation of color #2CEFD0: hue angle of 170.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFD0 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 208 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.06 |
| HSL | 170.46º | 0.86% | 0.55% | - |
| HSV(B) | 170.46º | 0.82% | 0.94% | - |
| XYZ | 43.29 | 66.82 | 70.29 | - |
| YUV | 177.16 | 145.4 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 208 | 0.82 | 0 | 0.13 | 0.06 | 170.46 | 0.86 | 0.55 |
| Hex | 2C | EF | D0 | 52 | 0 | D | 6 | AA | 56 | 37 |
| Octal | 54 | 357 | 320 | 122 | 0 | 15 | 6 | 252 | 126 | 67 |
| Binary | 101100 | 11101111 | 11010000 | 1010010 | 0 | 1101 | 110 | 10101010 | 1010110 | 110111 |
Color Harmonies of #2CEFD0
Complementary color
Monochromatic Colors of #2CEFD0
Black with #2CEFD0
Text Example
Text Example
White with #2CEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFD0; }
p { color: rgb(44,239,208); }
H1.HeaderClassName
{
color: #2CEFD0;
}
.AnyTagClassName
{
color: #2CEFD0;
}
</style>
background-color css
<style>
a { background-color: #2CEFD0; }
a { background-color: rgb(44,239,208); }
div.DivClassName
{
background-color: #2CEFD0;
}
.BgClassName
{
background-color: #2CEFD0;
}
</style>
border-color css
<style>
span { border-color: #2CEFD0; }
span { border-color: rgb(44,239,208); }
td.TdClassName
{
border-color: #2CEFD0;
}
.TagClassName
{
border-color: #2CEFD0;
}
</style>