Shades of Turquoise #2DCFC6
Tints of Turquoise #2DCFC6
RGB
CMYK
RGB Variations
Color information
#2DCFC6 (or 0x2DCFC6) is known color: Turquoise. HEX triplet: 2D, CF and C6. RGB value is (45,207,198). Sum of RGB (Red+Green+Blue) = 45+207+198=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFC6 is #D23039. Grayscale: #9D9D9D. Windows color (decimal): -13774906 or 13029165. OLE color: 13029165.
HSL color Cylindrical-coordinate representation of color #2DCFC6: hue angle of 176.67º 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 #2DCFC6 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 198 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.19 |
| HSL | 176.67º | 0.64% | 0.49% | - |
| HSV(B) | 176.67º | 0.78% | 0.81% | - |
| XYZ | 33.59 | 49.26 | 61.16 | - |
| YUV | 157.54 | 150.83 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 198 | 0.78 | 0 | 0.04 | 0.19 | 176.67 | 0.64 | 0.49 |
| Hex | 2D | CF | C6 | 4E | 0 | 4 | 13 | B1 | 40 | 31 |
| Octal | 55 | 317 | 306 | 116 | 0 | 4 | 23 | 261 | 100 | 61 |
| Binary | 101101 | 11001111 | 11000110 | 1001110 | 0 | 100 | 10011 | 10110001 | 1000000 | 110001 |
Color Harmonies of #2DCFC6
Complementary color
Monochromatic Colors of #2DCFC6
Black with #2DCFC6
Text Example
Text Example
White with #2DCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFC6; }
p { color: rgb(45,207,198); }
H1.HeaderClassName
{
color: #2DCFC6;
}
.AnyTagClassName
{
color: #2DCFC6;
}
</style>
background-color css
<style>
a { background-color: #2DCFC6; }
a { background-color: rgb(45,207,198); }
div.DivClassName
{
background-color: #2DCFC6;
}
.BgClassName
{
background-color: #2DCFC6;
}
</style>
border-color css
<style>
span { border-color: #2DCFC6; }
span { border-color: rgb(45,207,198); }
td.TdClassName
{
border-color: #2DCFC6;
}
.TagClassName
{
border-color: #2DCFC6;
}
</style>