Shades of Turquoise #43DABB
Tints of Turquoise #43DABB
RGB
CMYK
RGB Variations
Color information
#43DABB (or 0x43DABB) is known color: Turquoise. HEX triplet: 43, DA and BB. RGB value is (67,218,187). Sum of RGB (Red+Green+Blue) = 67+218+187=472 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.19% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #43DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DABB is #BC2544. Grayscale: #A9A9A9. Windows color (decimal): -12330309 or 12311107. OLE color: 12311107.
HSL color Cylindrical-coordinate representation of color #43DABB: hue angle of 167.68º 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 #43DABB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 187 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.15 |
| HSL | 167.68º | 0.67% | 0.56% | - |
| HSV(B) | 167.68º | 0.69% | 0.85% | - |
| XYZ | 36.36 | 54.92 | 55.7 | - |
| YUV | 169.32 | 137.97 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 187 | 0.69 | 0 | 0.14 | 0.15 | 167.68 | 0.67 | 0.56 |
| Hex | 43 | DA | BB | 45 | 0 | E | F | A8 | 43 | 38 |
| Octal | 103 | 332 | 273 | 105 | 0 | 16 | 17 | 250 | 103 | 70 |
| Binary | 1000011 | 11011010 | 10111011 | 1000101 | 0 | 1110 | 1111 | 10101000 | 1000011 | 111000 |
Color Harmonies of #43DABB
Complementary color
Monochromatic Colors of #43DABB
Black with #43DABB
Text Example
Text Example
White with #43DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DABB; }
p { color: rgb(67,218,187); }
H1.HeaderClassName
{
color: #43DABB;
}
.AnyTagClassName
{
color: #43DABB;
}
</style>
background-color css
<style>
a { background-color: #43DABB; }
a { background-color: rgb(67,218,187); }
div.DivClassName
{
background-color: #43DABB;
}
.BgClassName
{
background-color: #43DABB;
}
</style>
border-color css
<style>
span { border-color: #43DABB; }
span { border-color: rgb(67,218,187); }
td.TdClassName
{
border-color: #43DABB;
}
.TagClassName
{
border-color: #43DABB;
}
</style>