Shades of Turquoise #2DDCDE
Tints of Turquoise #2DDCDE
RGB
CMYK
RGB Variations
Color information
#2DDCDE (or 0x2DDCDE) is known color: Turquoise. HEX triplet: 2D, DC and DE. RGB value is (45,220,222). Sum of RGB (Red+Green+Blue) = 45+220+222=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DDCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCDE is #D22321. Grayscale: #A7A7A7. Windows color (decimal): -13771554 or 14605357. OLE color: 14605357.
HSL color Cylindrical-coordinate representation of color #2DDCDE: hue angle of 180.68º 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 #2DDCDE is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 220 | 222 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.13 |
| HSL | 180.68º | 0.73% | 0.52% | - |
| HSV(B) | 180.68º | 0.8% | 0.87% | - |
| XYZ | 39.86 | 57.02 | 78.01 | - |
| YUV | 167.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 222 | 0.80 | 0.01 | 0 | 0.13 | 180.68 | 0.73 | 0.52 |
| Hex | 2D | DC | DE | 50 | 1 | 0 | D | B5 | 49 | 34 |
| Octal | 55 | 334 | 336 | 120 | 1 | 0 | 15 | 265 | 111 | 64 |
| Binary | 101101 | 11011100 | 11011110 | 1010000 | 1 | 0 | 1101 | 10110101 | 1001001 | 110100 |
Color Harmonies of #2DDCDE
Complementary color
Monochromatic Colors of #2DDCDE
Black with #2DDCDE
Text Example
Text Example
White with #2DDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCDE; }
p { color: rgb(45,220,222); }
H1.HeaderClassName
{
color: #2DDCDE;
}
.AnyTagClassName
{
color: #2DDCDE;
}
</style>
background-color css
<style>
a { background-color: #2DDCDE; }
a { background-color: rgb(45,220,222); }
div.DivClassName
{
background-color: #2DDCDE;
}
.BgClassName
{
background-color: #2DDCDE;
}
</style>
border-color css
<style>
span { border-color: #2DDCDE; }
span { border-color: rgb(45,220,222); }
td.TdClassName
{
border-color: #2DDCDE;
}
.TagClassName
{
border-color: #2DDCDE;
}
</style>