Shades of Turquoise #2DD3CC
Tints of Turquoise #2DD3CC
RGB
CMYK
RGB Variations
Color information
#2DD3CC (or 0x2DD3CC) is known color: Turquoise. HEX triplet: 2D, D3 and CC. RGB value is (45,211,204). Sum of RGB (Red+Green+Blue) = 45+211+204=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD3CC is #D22C33. Grayscale: #A0A0A0. Windows color (decimal): -13773876 or 13423405. OLE color: 13423405.
HSL color Cylindrical-coordinate representation of color #2DD3CC: hue angle of 177.47º degrees, saturation: 0.65, 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 #2DD3CC is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 211 | 204 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.17 |
| HSL | 177.47º | 0.65% | 0.5% | - |
| HSV(B) | 177.47º | 0.79% | 0.83% | - |
| XYZ | 35.28 | 51.51 | 65.21 | - |
| YUV | 160.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 211 | 204 | 0.79 | 0 | 0.03 | 0.17 | 177.47 | 0.65 | 0.5 |
| Hex | 2D | D3 | CC | 4F | 0 | 3 | 11 | B1 | 41 | 32 |
| Octal | 55 | 323 | 314 | 117 | 0 | 3 | 21 | 261 | 101 | 62 |
| Binary | 101101 | 11010011 | 11001100 | 1001111 | 0 | 11 | 10001 | 10110001 | 1000001 | 110010 |
Color Harmonies of #2DD3CC
Complementary color
Monochromatic Colors of #2DD3CC
Black with #2DD3CC
Text Example
Text Example
White with #2DD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD3CC; }
p { color: rgb(45,211,204); }
H1.HeaderClassName
{
color: #2DD3CC;
}
.AnyTagClassName
{
color: #2DD3CC;
}
</style>
background-color css
<style>
a { background-color: #2DD3CC; }
a { background-color: rgb(45,211,204); }
div.DivClassName
{
background-color: #2DD3CC;
}
.BgClassName
{
background-color: #2DD3CC;
}
</style>
border-color css
<style>
span { border-color: #2DD3CC; }
span { border-color: rgb(45,211,204); }
td.TdClassName
{
border-color: #2DD3CC;
}
.TagClassName
{
border-color: #2DD3CC;
}
</style>