Shades of Turquoise #2DDBDF
Tints of Turquoise #2DDBDF
RGB
CMYK
RGB Variations
Color information
#2DDBDF (or 0x2DDBDF) is known color: Turquoise. HEX triplet: 2D, DB and DF. RGB value is (45,219,223). Sum of RGB (Red+Green+Blue) = 45+219+223=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBDF is #D22420. Grayscale: #A7A7A7. Windows color (decimal): -13771809 or 14670637. OLE color: 14670637.
HSL color Cylindrical-coordinate representation of color #2DDBDF: hue angle of 181.35º 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 #2DDBDF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 219 | 223 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.13 |
| HSL | 181.35º | 0.74% | 0.53% | - |
| HSV(B) | 181.35º | 0.8% | 0.87% | - |
| XYZ | 39.73 | 56.55 | 78.63 | - |
| YUV | 167.43 | 159.35 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 223 | 0.80 | 0.02 | 0 | 0.13 | 181.35 | 0.74 | 0.53 |
| Hex | 2D | DB | DF | 50 | 2 | 0 | D | B5 | 4A | 35 |
| Octal | 55 | 333 | 337 | 120 | 2 | 0 | 15 | 265 | 112 | 65 |
| Binary | 101101 | 11011011 | 11011111 | 1010000 | 10 | 0 | 1101 | 10110101 | 1001010 | 110101 |
Color Harmonies of #2DDBDF
Complementary color
Monochromatic Colors of #2DDBDF
Black with #2DDBDF
Text Example
Text Example
White with #2DDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBDF; }
p { color: rgb(45,219,223); }
H1.HeaderClassName
{
color: #2DDBDF;
}
.AnyTagClassName
{
color: #2DDBDF;
}
</style>
background-color css
<style>
a { background-color: #2DDBDF; }
a { background-color: rgb(45,219,223); }
div.DivClassName
{
background-color: #2DDBDF;
}
.BgClassName
{
background-color: #2DDBDF;
}
</style>
border-color css
<style>
span { border-color: #2DDBDF; }
span { border-color: rgb(45,219,223); }
td.TdClassName
{
border-color: #2DDBDF;
}
.TagClassName
{
border-color: #2DDBDF;
}
</style>