Shades of Turquoise #2DDEDB
Tints of Turquoise #2DDEDB
RGB
CMYK
RGB Variations
Color information
#2DDEDB (or 0x2DDEDB) is known color: Turquoise. HEX triplet: 2D, DE and DB. RGB value is (45,222,219). Sum of RGB (Red+Green+Blue) = 45+222+219=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDEDB is #D22124. Grayscale: #A8A8A8. Windows color (decimal): -13771045 or 14409261. OLE color: 14409261.
HSL color Cylindrical-coordinate representation of color #2DDEDB: hue angle of 178.98º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDEDB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 219 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.73% | 0.52% | - |
| HSV(B) | 178.98º | 0.8% | 0.87% | - |
| XYZ | 39.99 | 57.91 | 76.09 | - |
| YUV | 168.74 | 156.36 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 219 | 0.80 | 0 | 0.01 | 0.13 | 178.98 | 0.73 | 0.52 |
| Hex | 2D | DE | DB | 50 | 0 | 1 | D | B3 | 49 | 34 |
| Octal | 55 | 336 | 333 | 120 | 0 | 1 | 15 | 263 | 111 | 64 |
| Binary | 101101 | 11011110 | 11011011 | 1010000 | 0 | 1 | 1101 | 10110011 | 1001001 | 110100 |
Color Harmonies of #2DDEDB
Complementary color
Monochromatic Colors of #2DDEDB
Black with #2DDEDB
Text Example
Text Example
White with #2DDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEDB; }
p { color: rgb(45,222,219); }
H1.HeaderClassName
{
color: #2DDEDB;
}
.AnyTagClassName
{
color: #2DDEDB;
}
</style>
background-color css
<style>
a { background-color: #2DDEDB; }
a { background-color: rgb(45,222,219); }
div.DivClassName
{
background-color: #2DDEDB;
}
.BgClassName
{
background-color: #2DDEDB;
}
</style>
border-color css
<style>
span { border-color: #2DDEDB; }
span { border-color: rgb(45,222,219); }
td.TdClassName
{
border-color: #2DDEDB;
}
.TagClassName
{
border-color: #2DDEDB;
}
</style>