Shades of Turquoise #2DD7DF
Tints of Turquoise #2DD7DF
RGB
CMYK
RGB Variations
Color information
#2DD7DF (or 0x2DD7DF) is known color: Turquoise. HEX triplet: 2D, D7 and DF. RGB value is (45,215,223). Sum of RGB (Red+Green+Blue) = 45+215+223=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DD7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD7DF is #D22820. Grayscale: #A4A4A4. Windows color (decimal): -13772833 or 14669613. OLE color: 14669613.
HSL color Cylindrical-coordinate representation of color #2DD7DF: hue angle of 182.7º 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 #2DD7DF is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 215 | 223 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.13 |
| HSL | 182.7º | 0.74% | 0.53% | - |
| HSV(B) | 182.7º | 0.8% | 0.87% | - |
| XYZ | 38.7 | 54.49 | 78.29 | - |
| YUV | 165.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 223 | 0.80 | 0.04 | 0 | 0.13 | 182.7 | 0.74 | 0.53 |
| Hex | 2D | D7 | DF | 50 | 4 | 0 | D | B7 | 4A | 35 |
| Octal | 55 | 327 | 337 | 120 | 4 | 0 | 15 | 267 | 112 | 65 |
| Binary | 101101 | 11010111 | 11011111 | 1010000 | 100 | 0 | 1101 | 10110111 | 1001010 | 110101 |
Color Harmonies of #2DD7DF
Complementary color
Monochromatic Colors of #2DD7DF
Black with #2DD7DF
Text Example
Text Example
White with #2DD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD7DF; }
p { color: rgb(45,215,223); }
H1.HeaderClassName
{
color: #2DD7DF;
}
.AnyTagClassName
{
color: #2DD7DF;
}
</style>
background-color css
<style>
a { background-color: #2DD7DF; }
a { background-color: rgb(45,215,223); }
div.DivClassName
{
background-color: #2DD7DF;
}
.BgClassName
{
background-color: #2DD7DF;
}
</style>
border-color css
<style>
span { border-color: #2DD7DF; }
span { border-color: rgb(45,215,223); }
td.TdClassName
{
border-color: #2DD7DF;
}
.TagClassName
{
border-color: #2DD7DF;
}
</style>