Shades of Turquoise #2DD9CB
Tints of Turquoise #2DD9CB
RGB
CMYK
RGB Variations
Color information
#2DD9CB (or 0x2DD9CB) is known color: Turquoise. HEX triplet: 2D, D9 and CB. RGB value is (45,217,203). Sum of RGB (Red+Green+Blue) = 45+217+203=465 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.68% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD9CB is #D22634. Grayscale: #A3A3A3. Windows color (decimal): -13772341 or 13359405. OLE color: 13359405.
HSL color Cylindrical-coordinate representation of color #2DD9CB: hue angle of 175.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD9CB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 203 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.15 |
| HSL | 175.12º | 0.69% | 0.51% | - |
| HSV(B) | 175.12º | 0.79% | 0.85% | - |
| XYZ | 36.67 | 54.5 | 65.09 | - |
| YUV | 163.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 203 | 0.79 | 0 | 0.06 | 0.15 | 175.12 | 0.69 | 0.51 |
| Hex | 2D | D9 | CB | 4F | 0 | 6 | F | AF | 45 | 33 |
| Octal | 55 | 331 | 313 | 117 | 0 | 6 | 17 | 257 | 105 | 63 |
| Binary | 101101 | 11011001 | 11001011 | 1001111 | 0 | 110 | 1111 | 10101111 | 1000101 | 110011 |
Color Harmonies of #2DD9CB
Complementary color
Monochromatic Colors of #2DD9CB
Black with #2DD9CB
Text Example
Text Example
White with #2DD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD9CB; }
p { color: rgb(45,217,203); }
H1.HeaderClassName
{
color: #2DD9CB;
}
.AnyTagClassName
{
color: #2DD9CB;
}
</style>
background-color css
<style>
a { background-color: #2DD9CB; }
a { background-color: rgb(45,217,203); }
div.DivClassName
{
background-color: #2DD9CB;
}
.BgClassName
{
background-color: #2DD9CB;
}
</style>
border-color css
<style>
span { border-color: #2DD9CB; }
span { border-color: rgb(45,217,203); }
td.TdClassName
{
border-color: #2DD9CB;
}
.TagClassName
{
border-color: #2DD9CB;
}
</style>