Shades of Turquoise #2DD4CF
Tints of Turquoise #2DD4CF
RGB
CMYK
RGB Variations
Color information
#2DD4CF (or 0x2DD4CF) is known color: Turquoise. HEX triplet: 2D, D4 and CF. RGB value is (45,212,207). Sum of RGB (Red+Green+Blue) = 45+212+207=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD4CF is #D22B30. Grayscale: #A1A1A1. Windows color (decimal): -13773617 or 13620269. OLE color: 13620269.
HSL color Cylindrical-coordinate representation of color #2DD4CF: hue angle of 178.2º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD4CF is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 207 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.17 |
| HSL | 178.2º | 0.66% | 0.5% | - |
| HSV(B) | 178.2º | 0.79% | 0.83% | - |
| XYZ | 35.89 | 52.15 | 67.21 | - |
| YUV | 161.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 207 | 0.79 | 0 | 0.02 | 0.17 | 178.2 | 0.66 | 0.5 |
| Hex | 2D | D4 | CF | 4F | 0 | 2 | 11 | B2 | 42 | 32 |
| Octal | 55 | 324 | 317 | 117 | 0 | 2 | 21 | 262 | 102 | 62 |
| Binary | 101101 | 11010100 | 11001111 | 1001111 | 0 | 10 | 10001 | 10110010 | 1000010 | 110010 |
Color Harmonies of #2DD4CF
Complementary color
Monochromatic Colors of #2DD4CF
Black with #2DD4CF
Text Example
Text Example
White with #2DD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD4CF; }
p { color: rgb(45,212,207); }
H1.HeaderClassName
{
color: #2DD4CF;
}
.AnyTagClassName
{
color: #2DD4CF;
}
</style>
background-color css
<style>
a { background-color: #2DD4CF; }
a { background-color: rgb(45,212,207); }
div.DivClassName
{
background-color: #2DD4CF;
}
.BgClassName
{
background-color: #2DD4CF;
}
</style>
border-color css
<style>
span { border-color: #2DD4CF; }
span { border-color: rgb(45,212,207); }
td.TdClassName
{
border-color: #2DD4CF;
}
.TagClassName
{
border-color: #2DD4CF;
}
</style>