Shades of Turquoise #2DDFD8
Tints of Turquoise #2DDFD8
RGB
CMYK
RGB Variations
Color information
#2DDFD8 (or 0x2DDFD8) is known color: Turquoise. HEX triplet: 2D, DF and D8. RGB value is (45,223,216). Sum of RGB (Red+Green+Blue) = 45+223+216=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFD8 is #D22027. Grayscale: #A8A8A8. Windows color (decimal): -13770792 or 14212909. OLE color: 14212909.
HSL color Cylindrical-coordinate representation of color #2DDFD8: hue angle of 177.64º 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 #2DDFD8 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 216 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.13 |
| HSL | 177.64º | 0.74% | 0.53% | - |
| HSV(B) | 177.64º | 0.8% | 0.87% | - |
| XYZ | 39.86 | 58.29 | 74.12 | - |
| YUV | 168.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 216 | 0.80 | 0 | 0.03 | 0.13 | 177.64 | 0.74 | 0.53 |
| Hex | 2D | DF | D8 | 50 | 0 | 3 | D | B2 | 4A | 35 |
| Octal | 55 | 337 | 330 | 120 | 0 | 3 | 15 | 262 | 112 | 65 |
| Binary | 101101 | 11011111 | 11011000 | 1010000 | 0 | 11 | 1101 | 10110010 | 1001010 | 110101 |
Color Harmonies of #2DDFD8
Complementary color
Monochromatic Colors of #2DDFD8
Black with #2DDFD8
Text Example
Text Example
White with #2DDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFD8; }
p { color: rgb(45,223,216); }
H1.HeaderClassName
{
color: #2DDFD8;
}
.AnyTagClassName
{
color: #2DDFD8;
}
</style>
background-color css
<style>
a { background-color: #2DDFD8; }
a { background-color: rgb(45,223,216); }
div.DivClassName
{
background-color: #2DDFD8;
}
.BgClassName
{
background-color: #2DDFD8;
}
</style>
border-color css
<style>
span { border-color: #2DDFD8; }
span { border-color: rgb(45,223,216); }
td.TdClassName
{
border-color: #2DDFD8;
}
.TagClassName
{
border-color: #2DDFD8;
}
</style>