Shades of Turquoise #2DFFD0
Tints of Turquoise #2DFFD0
RGB
CMYK
RGB Variations
Color information
#2DFFD0 (or 0x2DFFD0) is known color: Turquoise. HEX triplet: 2D, FF and D0. RGB value is (45,255,208). Sum of RGB (Red+Green+Blue) = 45+255+208=508 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.86% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFD0 is #D2002F. Grayscale: #BABABA. Windows color (decimal): -13762608 or 13696813. OLE color: 13696813.
HSL color Cylindrical-coordinate representation of color #2DFFD0: hue angle of 166.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFD0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 208 | - |
| CMYK | 0.82 | 0 | 0.18 | 0 |
| HSL | 166.57º | 1% | 0.59% | - |
| HSV(B) | 166.57º | 0.82% | 1% | - |
| XYZ | 48.23 | 76.63 | 71.92 | - |
| YUV | 186.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 208 | 0.82 | 0 | 0.18 | 0 | 166.57 | 1 | 0.59 |
| Hex | 2D | FF | D0 | 52 | 0 | 12 | 0 | A7 | 64 | 3B |
| Octal | 55 | 377 | 320 | 122 | 0 | 22 | 0 | 247 | 144 | 73 |
| Binary | 101101 | 11111111 | 11010000 | 1010010 | 0 | 10010 | 0 | 10100111 | 1100100 | 111011 |
Color Harmonies of #2DFFD0
Complementary color
Monochromatic Colors of #2DFFD0
Black with #2DFFD0
Text Example
Text Example
White with #2DFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFD0; }
p { color: rgb(45,255,208); }
H1.HeaderClassName
{
color: #2DFFD0;
}
.AnyTagClassName
{
color: #2DFFD0;
}
</style>
background-color css
<style>
a { background-color: #2DFFD0; }
a { background-color: rgb(45,255,208); }
div.DivClassName
{
background-color: #2DFFD0;
}
.BgClassName
{
background-color: #2DFFD0;
}
</style>
border-color css
<style>
span { border-color: #2DFFD0; }
span { border-color: rgb(45,255,208); }
td.TdClassName
{
border-color: #2DFFD0;
}
.TagClassName
{
border-color: #2DFFD0;
}
</style>