Shades of Turquoise #2DFFDB
Tints of Turquoise #2DFFDB
RGB
CMYK
RGB Variations
Color information
#2DFFDB (or 0x2DFFDB) is known color: Turquoise. HEX triplet: 2D, FF and DB. RGB value is (45,255,219). Sum of RGB (Red+Green+Blue) = 45+255+219=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFDB is #D20024. Grayscale: #BCBCBC. Windows color (decimal): -13762597 or 14417709. OLE color: 14417709.
HSL color Cylindrical-coordinate representation of color #2DFFDB: hue angle of 169.71º 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 #2DFFDB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 219 | - |
| CMYK | 0.82 | 0 | 0.14 | 0 |
| HSL | 169.71º | 1% | 0.59% | - |
| HSV(B) | 169.71º | 0.82% | 1% | - |
| XYZ | 49.63 | 77.19 | 79.3 | - |
| YUV | 188.11 | 145.43 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 219 | 0.82 | 0 | 0.14 | 0 | 169.71 | 1 | 0.59 |
| Hex | 2D | FF | DB | 52 | 0 | E | 0 | AA | 64 | 3B |
| Octal | 55 | 377 | 333 | 122 | 0 | 16 | 0 | 252 | 144 | 73 |
| Binary | 101101 | 11111111 | 11011011 | 1010010 | 0 | 1110 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #2DFFDB
Complementary color
Monochromatic Colors of #2DFFDB
Black with #2DFFDB
Text Example
Text Example
White with #2DFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFDB; }
p { color: rgb(45,255,219); }
H1.HeaderClassName
{
color: #2DFFDB;
}
.AnyTagClassName
{
color: #2DFFDB;
}
</style>
background-color css
<style>
a { background-color: #2DFFDB; }
a { background-color: rgb(45,255,219); }
div.DivClassName
{
background-color: #2DFFDB;
}
.BgClassName
{
background-color: #2DFFDB;
}
</style>
border-color css
<style>
span { border-color: #2DFFDB; }
span { border-color: rgb(45,255,219); }
td.TdClassName
{
border-color: #2DFFDB;
}
.TagClassName
{
border-color: #2DFFDB;
}
</style>