Shades of Turquoise #2DDCDF
Tints of Turquoise #2DDCDF
RGB
CMYK
RGB Variations
Color information
#2DDCDF (or 0x2DDCDF) is known color: Turquoise. HEX triplet: 2D, DC and DF. RGB value is (45,220,223). Sum of RGB (Red+Green+Blue) = 45+220+223=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCDF is #D22320. Grayscale: #A7A7A7. Windows color (decimal): -13771553 or 14670893. OLE color: 14670893.
HSL color Cylindrical-coordinate representation of color #2DDCDF: hue angle of 181.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCDF is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 220 | 223 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.13 |
| HSL | 181.01º | 0.74% | 0.53% | - |
| HSV(B) | 181.01º | 0.8% | 0.87% | - |
| XYZ | 39.99 | 57.07 | 78.72 | - |
| YUV | 168.02 | 159.02 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 223 | 0.80 | 0.01 | 0 | 0.13 | 181.01 | 0.74 | 0.53 |
| Hex | 2D | DC | DF | 50 | 1 | 0 | D | B5 | 4A | 35 |
| Octal | 55 | 334 | 337 | 120 | 1 | 0 | 15 | 265 | 112 | 65 |
| Binary | 101101 | 11011100 | 11011111 | 1010000 | 1 | 0 | 1101 | 10110101 | 1001010 | 110101 |
Color Harmonies of #2DDCDF
Complementary color
Monochromatic Colors of #2DDCDF
Black with #2DDCDF
Text Example
Text Example
White with #2DDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCDF; }
p { color: rgb(45,220,223); }
H1.HeaderClassName
{
color: #2DDCDF;
}
.AnyTagClassName
{
color: #2DDCDF;
}
</style>
background-color css
<style>
a { background-color: #2DDCDF; }
a { background-color: rgb(45,220,223); }
div.DivClassName
{
background-color: #2DDCDF;
}
.BgClassName
{
background-color: #2DDCDF;
}
</style>
border-color css
<style>
span { border-color: #2DDCDF; }
span { border-color: rgb(45,220,223); }
td.TdClassName
{
border-color: #2DDCDF;
}
.TagClassName
{
border-color: #2DDCDF;
}
</style>