Shades of Turquoise #2DDFCA
Tints of Turquoise #2DDFCA
RGB
CMYK
RGB Variations
Color information
#2DDFCA (or 0x2DDFCA) is known color: Turquoise. HEX triplet: 2D, DF and CA. RGB value is (45,223,202). Sum of RGB (Red+Green+Blue) = 45+223+202=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFCA is #D22035. Grayscale: #A7A7A7. Windows color (decimal): -13770806 or 13295405. OLE color: 13295405.
HSL color Cylindrical-coordinate representation of color #2DDFCA: hue angle of 172.92º 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 #2DDFCA is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 202 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.13 |
| HSL | 172.92º | 0.74% | 0.53% | - |
| HSV(B) | 172.92º | 0.8% | 0.87% | - |
| XYZ | 38.13 | 57.6 | 64.98 | - |
| YUV | 167.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 202 | 0.80 | 0 | 0.09 | 0.13 | 172.92 | 0.74 | 0.53 |
| Hex | 2D | DF | CA | 50 | 0 | 9 | D | AD | 4A | 35 |
| Octal | 55 | 337 | 312 | 120 | 0 | 11 | 15 | 255 | 112 | 65 |
| Binary | 101101 | 11011111 | 11001010 | 1010000 | 0 | 1001 | 1101 | 10101101 | 1001010 | 110101 |
Color Harmonies of #2DDFCA
Complementary color
Monochromatic Colors of #2DDFCA
Black with #2DDFCA
Text Example
Text Example
White with #2DDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFCA; }
p { color: rgb(45,223,202); }
H1.HeaderClassName
{
color: #2DDFCA;
}
.AnyTagClassName
{
color: #2DDFCA;
}
</style>
background-color css
<style>
a { background-color: #2DDFCA; }
a { background-color: rgb(45,223,202); }
div.DivClassName
{
background-color: #2DDFCA;
}
.BgClassName
{
background-color: #2DDFCA;
}
</style>
border-color css
<style>
span { border-color: #2DDFCA; }
span { border-color: rgb(45,223,202); }
td.TdClassName
{
border-color: #2DDFCA;
}
.TagClassName
{
border-color: #2DDFCA;
}
</style>