Shades of Turquoise #2DDACB
Tints of Turquoise #2DDACB
RGB
CMYK
RGB Variations
Color information
#2DDACB (or 0x2DDACB) is known color: Turquoise. HEX triplet: 2D, DA and CB. RGB value is (45,218,203). Sum of RGB (Red+Green+Blue) = 45+218+203=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDACB is #D22534. Grayscale: #A4A4A4. Windows color (decimal): -13772085 or 13359661. OLE color: 13359661.
HSL color Cylindrical-coordinate representation of color #2DDACB: hue angle of 174.8º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDACB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 203 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.15 |
| HSL | 174.8º | 0.7% | 0.52% | - |
| HSV(B) | 174.8º | 0.79% | 0.85% | - |
| XYZ | 36.93 | 55.01 | 65.17 | - |
| YUV | 164.56 | 149.69 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 203 | 0.79 | 0 | 0.07 | 0.15 | 174.8 | 0.7 | 0.52 |
| Hex | 2D | DA | CB | 4F | 0 | 7 | F | AF | 46 | 34 |
| Octal | 55 | 332 | 313 | 117 | 0 | 7 | 17 | 257 | 106 | 64 |
| Binary | 101101 | 11011010 | 11001011 | 1001111 | 0 | 111 | 1111 | 10101111 | 1000110 | 110100 |
Color Harmonies of #2DDACB
Complementary color
Monochromatic Colors of #2DDACB
Black with #2DDACB
Text Example
Text Example
White with #2DDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDACB; }
p { color: rgb(45,218,203); }
H1.HeaderClassName
{
color: #2DDACB;
}
.AnyTagClassName
{
color: #2DDACB;
}
</style>
background-color css
<style>
a { background-color: #2DDACB; }
a { background-color: rgb(45,218,203); }
div.DivClassName
{
background-color: #2DDACB;
}
.BgClassName
{
background-color: #2DDACB;
}
</style>
border-color css
<style>
span { border-color: #2DDACB; }
span { border-color: rgb(45,218,203); }
td.TdClassName
{
border-color: #2DDACB;
}
.TagClassName
{
border-color: #2DDACB;
}
</style>