Shades of Turquoise #2DF9DB
Tints of Turquoise #2DF9DB
RGB
CMYK
RGB Variations
Color information
#2DF9DB (or 0x2DF9DB) is known color: Turquoise. HEX triplet: 2D, F9 and DB. RGB value is (45,249,219). Sum of RGB (Red+Green+Blue) = 45+249+219=513 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.77% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF9DB is #D20624. Grayscale: #B8B8B8. Windows color (decimal): -13764133 or 14416173. OLE color: 14416173.
HSL color Cylindrical-coordinate representation of color #2DF9DB: hue angle of 171.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF9DB is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 219 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 171.18º | 0.94% | 0.58% | - |
| HSV(B) | 171.18º | 0.82% | 0.98% | - |
| XYZ | 47.74 | 73.42 | 78.67 | - |
| YUV | 184.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 219 | 0.82 | 0 | 0.12 | 0.02 | 171.18 | 0.94 | 0.58 |
| Hex | 2D | F9 | DB | 52 | 0 | C | 2 | AB | 5E | 3A |
| Octal | 55 | 371 | 333 | 122 | 0 | 14 | 2 | 253 | 136 | 72 |
| Binary | 101101 | 11111001 | 11011011 | 1010010 | 0 | 1100 | 10 | 10101011 | 1011110 | 111010 |
Color Harmonies of #2DF9DB
Complementary color
Monochromatic Colors of #2DF9DB
Black with #2DF9DB
Text Example
Text Example
White with #2DF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF9DB; }
p { color: rgb(45,249,219); }
H1.HeaderClassName
{
color: #2DF9DB;
}
.AnyTagClassName
{
color: #2DF9DB;
}
</style>
background-color css
<style>
a { background-color: #2DF9DB; }
a { background-color: rgb(45,249,219); }
div.DivClassName
{
background-color: #2DF9DB;
}
.BgClassName
{
background-color: #2DF9DB;
}
</style>
border-color css
<style>
span { border-color: #2DF9DB; }
span { border-color: rgb(45,249,219); }
td.TdClassName
{
border-color: #2DF9DB;
}
.TagClassName
{
border-color: #2DF9DB;
}
</style>