Shades of Turquoise #2DCFD0
Tints of Turquoise #2DCFD0
RGB
CMYK
RGB Variations
Color information
#2DCFD0 (or 0x2DCFD0) is known color: Turquoise. HEX triplet: 2D, CF and D0. RGB value is (45,207,208). Sum of RGB (Red+Green+Blue) = 45+207+208=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #2DCFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFD0 is #D2302F. Grayscale: #9E9E9E. Windows color (decimal): -13774896 or 13684525. OLE color: 13684525.
HSL color Cylindrical-coordinate representation of color #2DCFD0: hue angle of 180.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFD0 is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 207 | 208 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.18 |
| HSL | 180.37º | 0.64% | 0.5% | - |
| HSV(B) | 180.37º | 0.78% | 0.82% | - |
| XYZ | 34.78 | 49.74 | 67.44 | - |
| YUV | 158.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 208 | 0.78 | 0.00 | 0 | 0.18 | 180.37 | 0.64 | 0.5 |
| Hex | 2D | CF | D0 | 4E | 0 | 0 | 12 | B4 | 40 | 32 |
| Octal | 55 | 317 | 320 | 116 | 0 | 0 | 22 | 264 | 100 | 62 |
| Binary | 101101 | 11001111 | 11010000 | 1001110 | 0 | 0 | 10010 | 10110100 | 1000000 | 110010 |
Color Harmonies of #2DCFD0
Complementary color
Monochromatic Colors of #2DCFD0
Black with #2DCFD0
Text Example
Text Example
White with #2DCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFD0; }
p { color: rgb(45,207,208); }
H1.HeaderClassName
{
color: #2DCFD0;
}
.AnyTagClassName
{
color: #2DCFD0;
}
</style>
background-color css
<style>
a { background-color: #2DCFD0; }
a { background-color: rgb(45,207,208); }
div.DivClassName
{
background-color: #2DCFD0;
}
.BgClassName
{
background-color: #2DCFD0;
}
</style>
border-color css
<style>
span { border-color: #2DCFD0; }
span { border-color: rgb(45,207,208); }
td.TdClassName
{
border-color: #2DCFD0;
}
.TagClassName
{
border-color: #2DCFD0;
}
</style>