Shades of Turquoise #2DDFCF
Tints of Turquoise #2DDFCF
RGB
CMYK
RGB Variations
Color information
#2DDFCF (or 0x2DDFCF) is known color: Turquoise. HEX triplet: 2D, DF and CF. RGB value is (45,223,207). Sum of RGB (Red+Green+Blue) = 45+223+207=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFCF is #D22030. Grayscale: #A7A7A7. Windows color (decimal): -13770801 or 13623085. OLE color: 13623085.
HSL color Cylindrical-coordinate representation of color #2DDFCF: hue angle of 174.61º 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 #2DDFCF is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 207 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.13 |
| HSL | 174.61º | 0.74% | 0.53% | - |
| HSV(B) | 174.61º | 0.8% | 0.87% | - |
| XYZ | 38.73 | 57.84 | 68.15 | - |
| YUV | 167.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 207 | 0.80 | 0 | 0.07 | 0.13 | 174.61 | 0.74 | 0.53 |
| Hex | 2D | DF | CF | 50 | 0 | 7 | D | AF | 4A | 35 |
| Octal | 55 | 337 | 317 | 120 | 0 | 7 | 15 | 257 | 112 | 65 |
| Binary | 101101 | 11011111 | 11001111 | 1010000 | 0 | 111 | 1101 | 10101111 | 1001010 | 110101 |
Color Harmonies of #2DDFCF
Complementary color
Monochromatic Colors of #2DDFCF
Black with #2DDFCF
Text Example
Text Example
White with #2DDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFCF; }
p { color: rgb(45,223,207); }
H1.HeaderClassName
{
color: #2DDFCF;
}
.AnyTagClassName
{
color: #2DDFCF;
}
</style>
background-color css
<style>
a { background-color: #2DDFCF; }
a { background-color: rgb(45,223,207); }
div.DivClassName
{
background-color: #2DDFCF;
}
.BgClassName
{
background-color: #2DDFCF;
}
</style>
border-color css
<style>
span { border-color: #2DDFCF; }
span { border-color: rgb(45,223,207); }
td.TdClassName
{
border-color: #2DDFCF;
}
.TagClassName
{
border-color: #2DDFCF;
}
</style>