Shades of Turquoise #43DABA
Tints of Turquoise #43DABA
RGB
CMYK
RGB Variations
Color information
#43DABA (or 0x43DABA) is known color: Turquoise. HEX triplet: 43, DA and BA. RGB value is (67,218,186). Sum of RGB (Red+Green+Blue) = 67+218+186=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #43DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DABA is #BC2545. Grayscale: #A9A9A9. Windows color (decimal): -12330310 or 12245571. OLE color: 12245571.
HSL color Cylindrical-coordinate representation of color #43DABA: hue angle of 167.28º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DABA is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 186 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.15 |
| HSL | 167.28º | 0.67% | 0.56% | - |
| HSV(B) | 167.28º | 0.69% | 0.85% | - |
| XYZ | 36.25 | 54.88 | 55.14 | - |
| YUV | 169.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 186 | 0.69 | 0 | 0.15 | 0.15 | 167.28 | 0.67 | 0.56 |
| Hex | 43 | DA | BA | 45 | 0 | F | F | A7 | 43 | 38 |
| Octal | 103 | 332 | 272 | 105 | 0 | 17 | 17 | 247 | 103 | 70 |
| Binary | 1000011 | 11011010 | 10111010 | 1000101 | 0 | 1111 | 1111 | 10100111 | 1000011 | 111000 |
Color Harmonies of #43DABA
Complementary color
Monochromatic Colors of #43DABA
Black with #43DABA
Text Example
Text Example
White with #43DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DABA; }
p { color: rgb(67,218,186); }
H1.HeaderClassName
{
color: #43DABA;
}
.AnyTagClassName
{
color: #43DABA;
}
</style>
background-color css
<style>
a { background-color: #43DABA; }
a { background-color: rgb(67,218,186); }
div.DivClassName
{
background-color: #43DABA;
}
.BgClassName
{
background-color: #43DABA;
}
</style>
border-color css
<style>
span { border-color: #43DABA; }
span { border-color: rgb(67,218,186); }
td.TdClassName
{
border-color: #43DABA;
}
.TagClassName
{
border-color: #43DABA;
}
</style>