Shades of Turquoise #43DBBA
Tints of Turquoise #43DBBA
RGB
CMYK
RGB Variations
Color information
#43DBBA (or 0x43DBBA) is known color: Turquoise. HEX triplet: 43, DB and BA. RGB value is (67,219,186). Sum of RGB (Red+Green+Blue) = 67+219+186=472 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.19% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBBA is #BC2445. Grayscale: #A9A9A9. Windows color (decimal): -12330054 or 12245827. OLE color: 12245827.
HSL color Cylindrical-coordinate representation of color #43DBBA: hue angle of 166.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DBBA is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 186 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.14 |
| HSL | 166.97º | 0.68% | 0.56% | - |
| HSV(B) | 166.97º | 0.69% | 0.86% | - |
| XYZ | 36.51 | 55.4 | 55.22 | - |
| YUV | 169.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 186 | 0.69 | 0 | 0.15 | 0.14 | 166.97 | 0.68 | 0.56 |
| Hex | 43 | DB | BA | 45 | 0 | F | E | A7 | 44 | 38 |
| Octal | 103 | 333 | 272 | 105 | 0 | 17 | 16 | 247 | 104 | 70 |
| Binary | 1000011 | 11011011 | 10111010 | 1000101 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111000 |
Color Harmonies of #43DBBA
Complementary color
Monochromatic Colors of #43DBBA
Black with #43DBBA
Text Example
Text Example
White with #43DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBBA; }
p { color: rgb(67,219,186); }
H1.HeaderClassName
{
color: #43DBBA;
}
.AnyTagClassName
{
color: #43DBBA;
}
</style>
background-color css
<style>
a { background-color: #43DBBA; }
a { background-color: rgb(67,219,186); }
div.DivClassName
{
background-color: #43DBBA;
}
.BgClassName
{
background-color: #43DBBA;
}
</style>
border-color css
<style>
span { border-color: #43DBBA; }
span { border-color: rgb(67,219,186); }
td.TdClassName
{
border-color: #43DBBA;
}
.TagClassName
{
border-color: #43DBBA;
}
</style>