Shades of Turquoise #2DCFCD
Tints of Turquoise #2DCFCD
RGB
CMYK
RGB Variations
Color information
#2DCFCD (or 0x2DCFCD) is known color: Turquoise. HEX triplet: 2D, CF and CD. RGB value is (45,207,205). Sum of RGB (Red+Green+Blue) = 45+207+205=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFCD is #D23032. Grayscale: #9E9E9E. Windows color (decimal): -13774899 or 13487917. OLE color: 13487917.
HSL color Cylindrical-coordinate representation of color #2DCFCD: hue angle of 179.26º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFCD is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 205 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 179.26º | 0.64% | 0.49% | - |
| HSV(B) | 179.26º | 0.78% | 0.81% | - |
| XYZ | 34.41 | 49.59 | 65.52 | - |
| YUV | 158.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 205 | 0.78 | 0 | 0.01 | 0.19 | 179.26 | 0.64 | 0.49 |
| Hex | 2D | CF | CD | 4E | 0 | 1 | 13 | B3 | 40 | 31 |
| Octal | 55 | 317 | 315 | 116 | 0 | 1 | 23 | 263 | 100 | 61 |
| Binary | 101101 | 11001111 | 11001101 | 1001110 | 0 | 1 | 10011 | 10110011 | 1000000 | 110001 |
Color Harmonies of #2DCFCD
Complementary color
Monochromatic Colors of #2DCFCD
Black with #2DCFCD
Text Example
Text Example
White with #2DCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFCD; }
p { color: rgb(45,207,205); }
H1.HeaderClassName
{
color: #2DCFCD;
}
.AnyTagClassName
{
color: #2DCFCD;
}
</style>
background-color css
<style>
a { background-color: #2DCFCD; }
a { background-color: rgb(45,207,205); }
div.DivClassName
{
background-color: #2DCFCD;
}
.BgClassName
{
background-color: #2DCFCD;
}
</style>
border-color css
<style>
span { border-color: #2DCFCD; }
span { border-color: rgb(45,207,205); }
td.TdClassName
{
border-color: #2DCFCD;
}
.TagClassName
{
border-color: #2DCFCD;
}
</style>