Shades of Turquoise #2DDDDF
Tints of Turquoise #2DDDDF
RGB
CMYK
RGB Variations
Color information
#2DDDDF (or 0x2DDDDF) is known color: Turquoise. HEX triplet: 2D, DD and DF. RGB value is (45,221,223). Sum of RGB (Red+Green+Blue) = 45+221+223=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DDDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDDF is #D22220. Grayscale: #A8A8A8. Windows color (decimal): -13771297 or 14671149. OLE color: 14671149.
HSL color Cylindrical-coordinate representation of color #2DDDDF: hue angle of 180.67º 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 #2DDDDF is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 223 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.13 |
| HSL | 180.67º | 0.74% | 0.53% | - |
| HSV(B) | 180.67º | 0.8% | 0.87% | - |
| XYZ | 40.26 | 57.6 | 78.81 | - |
| YUV | 168.6 | 158.69 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 223 | 0.80 | 0.01 | 0 | 0.13 | 180.67 | 0.74 | 0.53 |
| Hex | 2D | DD | DF | 50 | 1 | 0 | D | B5 | 4A | 35 |
| Octal | 55 | 335 | 337 | 120 | 1 | 0 | 15 | 265 | 112 | 65 |
| Binary | 101101 | 11011101 | 11011111 | 1010000 | 1 | 0 | 1101 | 10110101 | 1001010 | 110101 |
Color Harmonies of #2DDDDF
Complementary color
Monochromatic Colors of #2DDDDF
Black with #2DDDDF
Text Example
Text Example
White with #2DDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDDF; }
p { color: rgb(45,221,223); }
H1.HeaderClassName
{
color: #2DDDDF;
}
.AnyTagClassName
{
color: #2DDDDF;
}
</style>
background-color css
<style>
a { background-color: #2DDDDF; }
a { background-color: rgb(45,221,223); }
div.DivClassName
{
background-color: #2DDDDF;
}
.BgClassName
{
background-color: #2DDDDF;
}
</style>
border-color css
<style>
span { border-color: #2DDDDF; }
span { border-color: rgb(45,221,223); }
td.TdClassName
{
border-color: #2DDDDF;
}
.TagClassName
{
border-color: #2DDDDF;
}
</style>