Shades of Turquoise #2DD0CF
Tints of Turquoise #2DD0CF
RGB
CMYK
RGB Variations
Color information
#2DD0CF (or 0x2DD0CF) is known color: Turquoise. HEX triplet: 2D, D0 and CF. RGB value is (45,208,207). Sum of RGB (Red+Green+Blue) = 45+208+207=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD0CF is #D22F30. Grayscale: #9E9E9E. Windows color (decimal): -13774641 or 13619245. OLE color: 13619245.
HSL color Cylindrical-coordinate representation of color #2DD0CF: hue angle of 179.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD0CF is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 208 | 207 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.18 |
| HSL | 179.63º | 0.64% | 0.5% | - |
| HSV(B) | 179.63º | 0.78% | 0.82% | - |
| XYZ | 34.9 | 50.17 | 66.88 | - |
| YUV | 159.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 207 | 0.78 | 0 | 0.00 | 0.18 | 179.63 | 0.64 | 0.5 |
| Hex | 2D | D0 | CF | 4E | 0 | 0 | 12 | B4 | 40 | 32 |
| Octal | 55 | 320 | 317 | 116 | 0 | 0 | 22 | 264 | 100 | 62 |
| Binary | 101101 | 11010000 | 11001111 | 1001110 | 0 | 0 | 10010 | 10110100 | 1000000 | 110010 |
Color Harmonies of #2DD0CF
Complementary color
Monochromatic Colors of #2DD0CF
Black with #2DD0CF
Text Example
Text Example
White with #2DD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD0CF; }
p { color: rgb(45,208,207); }
H1.HeaderClassName
{
color: #2DD0CF;
}
.AnyTagClassName
{
color: #2DD0CF;
}
</style>
background-color css
<style>
a { background-color: #2DD0CF; }
a { background-color: rgb(45,208,207); }
div.DivClassName
{
background-color: #2DD0CF;
}
.BgClassName
{
background-color: #2DD0CF;
}
</style>
border-color css
<style>
span { border-color: #2DD0CF; }
span { border-color: rgb(45,208,207); }
td.TdClassName
{
border-color: #2DD0CF;
}
.TagClassName
{
border-color: #2DD0CF;
}
</style>