Shades of Turquoise #2ACCDB
Tints of Turquoise #2ACCDB
RGB
CMYK
RGB Variations
Color information
#2ACCDB (or 0x2ACCDB) is known color: Turquoise. HEX triplet: 2A, CC and DB. RGB value is (42,204,219). Sum of RGB (Red+Green+Blue) = 42+204+219=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ACCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCDB is #D53324. Grayscale: #9D9D9D. Windows color (decimal): -13972261 or 14404650. OLE color: 14404650.
HSL color Cylindrical-coordinate representation of color #2ACCDB: hue angle of 185.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACCDB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 204 | 219 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.14 |
| HSL | 185.08º | 0.71% | 0.51% | - |
| HSV(B) | 185.08º | 0.81% | 0.86% | - |
| XYZ | 35.33 | 48.79 | 74.57 | - |
| YUV | 157.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 219 | 0.81 | 0.07 | 0 | 0.14 | 185.08 | 0.71 | 0.51 |
| Hex | 2A | CC | DB | 51 | 7 | 0 | E | B9 | 47 | 33 |
| Octal | 52 | 314 | 333 | 121 | 7 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101010 | 11001100 | 11011011 | 1010001 | 111 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #2ACCDB
Complementary color
Monochromatic Colors of #2ACCDB
Black with #2ACCDB
Text Example
Text Example
White with #2ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCDB; }
p { color: rgb(42,204,219); }
H1.HeaderClassName
{
color: #2ACCDB;
}
.AnyTagClassName
{
color: #2ACCDB;
}
</style>
background-color css
<style>
a { background-color: #2ACCDB; }
a { background-color: rgb(42,204,219); }
div.DivClassName
{
background-color: #2ACCDB;
}
.BgClassName
{
background-color: #2ACCDB;
}
</style>
border-color css
<style>
span { border-color: #2ACCDB; }
span { border-color: rgb(42,204,219); }
td.TdClassName
{
border-color: #2ACCDB;
}
.TagClassName
{
border-color: #2ACCDB;
}
</style>