Shades of Turquoise #2DD5CC
Tints of Turquoise #2DD5CC
RGB
CMYK
RGB Variations
Color information
#2DD5CC (or 0x2DD5CC) is known color: Turquoise. HEX triplet: 2D, D5 and CC. RGB value is (45,213,204). Sum of RGB (Red+Green+Blue) = 45+213+204=462 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.74% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD5CC is #D22A33. Grayscale: #A1A1A1. Windows color (decimal): -13773364 or 13423917. OLE color: 13423917.
HSL color Cylindrical-coordinate representation of color #2DD5CC: hue angle of 176.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD5CC is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 204 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.16 |
| HSL | 176.79º | 0.67% | 0.51% | - |
| HSV(B) | 176.79º | 0.79% | 0.84% | - |
| XYZ | 35.78 | 52.51 | 65.38 | - |
| YUV | 161.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 204 | 0.79 | 0 | 0.04 | 0.16 | 176.79 | 0.67 | 0.51 |
| Hex | 2D | D5 | CC | 4F | 0 | 4 | 10 | B1 | 43 | 33 |
| Octal | 55 | 325 | 314 | 117 | 0 | 4 | 20 | 261 | 103 | 63 |
| Binary | 101101 | 11010101 | 11001100 | 1001111 | 0 | 100 | 10000 | 10110001 | 1000011 | 110011 |
Color Harmonies of #2DD5CC
Complementary color
Monochromatic Colors of #2DD5CC
Black with #2DD5CC
Text Example
Text Example
White with #2DD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD5CC; }
p { color: rgb(45,213,204); }
H1.HeaderClassName
{
color: #2DD5CC;
}
.AnyTagClassName
{
color: #2DD5CC;
}
</style>
background-color css
<style>
a { background-color: #2DD5CC; }
a { background-color: rgb(45,213,204); }
div.DivClassName
{
background-color: #2DD5CC;
}
.BgClassName
{
background-color: #2DD5CC;
}
</style>
border-color css
<style>
span { border-color: #2DD5CC; }
span { border-color: rgb(45,213,204); }
td.TdClassName
{
border-color: #2DD5CC;
}
.TagClassName
{
border-color: #2DD5CC;
}
</style>