Shades of Turquoise #2DDBCA
Tints of Turquoise #2DDBCA
RGB
CMYK
RGB Variations
Color information
#2DDBCA (or 0x2DDBCA) is known color: Turquoise. HEX triplet: 2D, DB and CA. RGB value is (45,219,202). Sum of RGB (Red+Green+Blue) = 45+219+202=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBCA is #D22435. Grayscale: #A4A4A4. Windows color (decimal): -13771830 or 13294381. OLE color: 13294381.
HSL color Cylindrical-coordinate representation of color #2DDBCA: hue angle of 174.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBCA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 202 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.14 |
| HSL | 174.14º | 0.71% | 0.52% | - |
| HSV(B) | 174.14º | 0.79% | 0.86% | - |
| XYZ | 37.07 | 55.49 | 64.63 | - |
| YUV | 165.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 202 | 0.79 | 0 | 0.08 | 0.14 | 174.14 | 0.71 | 0.52 |
| Hex | 2D | DB | CA | 4F | 0 | 8 | E | AE | 47 | 34 |
| Octal | 55 | 333 | 312 | 117 | 0 | 10 | 16 | 256 | 107 | 64 |
| Binary | 101101 | 11011011 | 11001010 | 1001111 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2DDBCA
Complementary color
Monochromatic Colors of #2DDBCA
Black with #2DDBCA
Text Example
Text Example
White with #2DDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBCA; }
p { color: rgb(45,219,202); }
H1.HeaderClassName
{
color: #2DDBCA;
}
.AnyTagClassName
{
color: #2DDBCA;
}
</style>
background-color css
<style>
a { background-color: #2DDBCA; }
a { background-color: rgb(45,219,202); }
div.DivClassName
{
background-color: #2DDBCA;
}
.BgClassName
{
background-color: #2DDBCA;
}
</style>
border-color css
<style>
span { border-color: #2DDBCA; }
span { border-color: rgb(45,219,202); }
td.TdClassName
{
border-color: #2DDBCA;
}
.TagClassName
{
border-color: #2DDBCA;
}
</style>