Shades of Turquoise #2DDEDF
Tints of Turquoise #2DDEDF
RGB
CMYK
RGB Variations
Color information
#2DDEDF (or 0x2DDEDF) is known color: Turquoise. HEX triplet: 2D, DE and DF. RGB value is (45,222,223). Sum of RGB (Red+Green+Blue) = 45+222+223=490 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.18% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDEDF is #D22120. Grayscale: #A9A9A9. Windows color (decimal): -13771041 or 14671405. OLE color: 14671405.
HSL color Cylindrical-coordinate representation of color #2DDEDF: hue angle of 180.34º 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 #2DDEDF is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 223 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.13 |
| HSL | 180.34º | 0.74% | 0.53% | - |
| HSV(B) | 180.34º | 0.8% | 0.87% | - |
| XYZ | 40.52 | 58.13 | 78.9 | - |
| YUV | 169.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 223 | 0.80 | 0.00 | 0 | 0.13 | 180.34 | 0.74 | 0.53 |
| Hex | 2D | DE | DF | 50 | 0 | 0 | D | B4 | 4A | 35 |
| Octal | 55 | 336 | 337 | 120 | 0 | 0 | 15 | 264 | 112 | 65 |
| Binary | 101101 | 11011110 | 11011111 | 1010000 | 0 | 0 | 1101 | 10110100 | 1001010 | 110101 |
Color Harmonies of #2DDEDF
Complementary color
Monochromatic Colors of #2DDEDF
Black with #2DDEDF
Text Example
Text Example
White with #2DDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEDF; }
p { color: rgb(45,222,223); }
H1.HeaderClassName
{
color: #2DDEDF;
}
.AnyTagClassName
{
color: #2DDEDF;
}
</style>
background-color css
<style>
a { background-color: #2DDEDF; }
a { background-color: rgb(45,222,223); }
div.DivClassName
{
background-color: #2DDEDF;
}
.BgClassName
{
background-color: #2DDEDF;
}
</style>
border-color css
<style>
span { border-color: #2DDEDF; }
span { border-color: rgb(45,222,223); }
td.TdClassName
{
border-color: #2DDEDF;
}
.TagClassName
{
border-color: #2DDEDF;
}
</style>