Shades of Turquoise #2DDFCE
Tints of Turquoise #2DDFCE
RGB
CMYK
RGB Variations
Color information
#2DDFCE (or 0x2DDFCE) is known color: Turquoise. HEX triplet: 2D, DF and CE. RGB value is (45,223,206). Sum of RGB (Red+Green+Blue) = 45+223+206=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFCE is #D22031. Grayscale: #A7A7A7. Windows color (decimal): -13770802 or 13557549. OLE color: 13557549.
HSL color Cylindrical-coordinate representation of color #2DDFCE: hue angle of 174.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFCE is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 206 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.13 |
| HSL | 174.27º | 0.74% | 0.53% | - |
| HSV(B) | 174.27º | 0.8% | 0.87% | - |
| XYZ | 38.61 | 57.79 | 67.51 | - |
| YUV | 167.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 206 | 0.80 | 0 | 0.08 | 0.13 | 174.27 | 0.74 | 0.53 |
| Hex | 2D | DF | CE | 50 | 0 | 8 | D | AE | 4A | 35 |
| Octal | 55 | 337 | 316 | 120 | 0 | 10 | 15 | 256 | 112 | 65 |
| Binary | 101101 | 11011111 | 11001110 | 1010000 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110101 |
Color Harmonies of #2DDFCE
Complementary color
Monochromatic Colors of #2DDFCE
Black with #2DDFCE
Text Example
Text Example
White with #2DDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFCE; }
p { color: rgb(45,223,206); }
H1.HeaderClassName
{
color: #2DDFCE;
}
.AnyTagClassName
{
color: #2DDFCE;
}
</style>
background-color css
<style>
a { background-color: #2DDFCE; }
a { background-color: rgb(45,223,206); }
div.DivClassName
{
background-color: #2DDFCE;
}
.BgClassName
{
background-color: #2DDFCE;
}
</style>
border-color css
<style>
span { border-color: #2DDFCE; }
span { border-color: rgb(45,223,206); }
td.TdClassName
{
border-color: #2DDFCE;
}
.TagClassName
{
border-color: #2DDFCE;
}
</style>