Shades of Turquoise #2CDFCE
Tints of Turquoise #2CDFCE
RGB
CMYK
RGB Variations
Color information
#2CDFCE (or 0x2CDFCE) is known color: Turquoise. HEX triplet: 2C, DF and CE. RGB value is (44,223,206). Sum of RGB (Red+Green+Blue) = 44+223+206=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFCE is #D32031. Grayscale: #A7A7A7. Windows color (decimal): -13836338 or 13557548. OLE color: 13557548.
HSL color Cylindrical-coordinate representation of color #2CDFCE: hue angle of 174.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFCE is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 206 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.13 |
| HSL | 174.3º | 0.74% | 0.52% | - |
| HSV(B) | 174.3º | 0.8% | 0.87% | - |
| XYZ | 38.57 | 57.77 | 67.51 | - |
| YUV | 167.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 206 | 0.80 | 0 | 0.08 | 0.13 | 174.3 | 0.74 | 0.52 |
| Hex | 2C | DF | CE | 50 | 0 | 8 | D | AE | 4A | 34 |
| Octal | 54 | 337 | 316 | 120 | 0 | 10 | 15 | 256 | 112 | 64 |
| Binary | 101100 | 11011111 | 11001110 | 1010000 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110100 |
Color Harmonies of #2CDFCE
Complementary color
Monochromatic Colors of #2CDFCE
Black with #2CDFCE
Text Example
Text Example
White with #2CDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFCE; }
p { color: rgb(44,223,206); }
H1.HeaderClassName
{
color: #2CDFCE;
}
.AnyTagClassName
{
color: #2CDFCE;
}
</style>
background-color css
<style>
a { background-color: #2CDFCE; }
a { background-color: rgb(44,223,206); }
div.DivClassName
{
background-color: #2CDFCE;
}
.BgClassName
{
background-color: #2CDFCE;
}
</style>
border-color css
<style>
span { border-color: #2CDFCE; }
span { border-color: rgb(44,223,206); }
td.TdClassName
{
border-color: #2CDFCE;
}
.TagClassName
{
border-color: #2CDFCE;
}
</style>