Shades of Turquoise #2DDADE
Tints of Turquoise #2DDADE
RGB
CMYK
RGB Variations
Color information
#2DDADE (or 0x2DDADE) is known color: Turquoise. HEX triplet: 2D, DA and DE. RGB value is (45,218,222). Sum of RGB (Red+Green+Blue) = 45+218+222=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DDADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDADE is #D22521. Grayscale: #A6A6A6. Windows color (decimal): -13772066 or 14604845. OLE color: 14604845.
HSL color Cylindrical-coordinate representation of color #2DDADE: hue angle of 181.36º 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 #2DDADE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 218 | 222 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.13 |
| HSL | 181.36º | 0.73% | 0.52% | - |
| HSV(B) | 181.36º | 0.8% | 0.87% | - |
| XYZ | 39.34 | 55.97 | 77.84 | - |
| YUV | 166.73 | 159.19 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 222 | 0.80 | 0.02 | 0 | 0.13 | 181.36 | 0.73 | 0.52 |
| Hex | 2D | DA | DE | 50 | 2 | 0 | D | B5 | 49 | 34 |
| Octal | 55 | 332 | 336 | 120 | 2 | 0 | 15 | 265 | 111 | 64 |
| Binary | 101101 | 11011010 | 11011110 | 1010000 | 10 | 0 | 1101 | 10110101 | 1001001 | 110100 |
Color Harmonies of #2DDADE
Complementary color
Monochromatic Colors of #2DDADE
Black with #2DDADE
Text Example
Text Example
White with #2DDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDADE; }
p { color: rgb(45,218,222); }
H1.HeaderClassName
{
color: #2DDADE;
}
.AnyTagClassName
{
color: #2DDADE;
}
</style>
background-color css
<style>
a { background-color: #2DDADE; }
a { background-color: rgb(45,218,222); }
div.DivClassName
{
background-color: #2DDADE;
}
.BgClassName
{
background-color: #2DDADE;
}
</style>
border-color css
<style>
span { border-color: #2DDADE; }
span { border-color: rgb(45,218,222); }
td.TdClassName
{
border-color: #2DDADE;
}
.TagClassName
{
border-color: #2DDADE;
}
</style>