Shades of Turquoise #2DCFDC
Tints of Turquoise #2DCFDC
RGB
CMYK
RGB Variations
Color information
#2DCFDC (or 0x2DCFDC) is known color: Turquoise. HEX triplet: 2D, CF and DC. RGB value is (45,207,220). Sum of RGB (Red+Green+Blue) = 45+207+220=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFDC is #D23023. Grayscale: #9F9F9F. Windows color (decimal): -13774884 or 14470957. OLE color: 14470957.
HSL color Cylindrical-coordinate representation of color #2DCFDC: hue angle of 184.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCFDC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 207 | 220 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.46º | 0.71% | 0.52% | - |
| HSV(B) | 184.46º | 0.8% | 0.86% | - |
| XYZ | 36.31 | 50.35 | 75.51 | - |
| YUV | 160.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 220 | 0.80 | 0.06 | 0 | 0.14 | 184.46 | 0.71 | 0.52 |
| Hex | 2D | CF | DC | 50 | 6 | 0 | E | B8 | 47 | 34 |
| Octal | 55 | 317 | 334 | 120 | 6 | 0 | 16 | 270 | 107 | 64 |
| Binary | 101101 | 11001111 | 11011100 | 1010000 | 110 | 0 | 1110 | 10111000 | 1000111 | 110100 |
Color Harmonies of #2DCFDC
Complementary color
Monochromatic Colors of #2DCFDC
Black with #2DCFDC
Text Example
Text Example
White with #2DCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFDC; }
p { color: rgb(45,207,220); }
H1.HeaderClassName
{
color: #2DCFDC;
}
.AnyTagClassName
{
color: #2DCFDC;
}
</style>
background-color css
<style>
a { background-color: #2DCFDC; }
a { background-color: rgb(45,207,220); }
div.DivClassName
{
background-color: #2DCFDC;
}
.BgClassName
{
background-color: #2DCFDC;
}
</style>
border-color css
<style>
span { border-color: #2DCFDC; }
span { border-color: rgb(45,207,220); }
td.TdClassName
{
border-color: #2DCFDC;
}
.TagClassName
{
border-color: #2DCFDC;
}
</style>