Shades of Turquoise #43DBBF
Tints of Turquoise #43DBBF
RGB
CMYK
RGB Variations
Color information
#43DBBF (or 0x43DBBF) is known color: Turquoise. HEX triplet: 43, DB and BF. RGB value is (67,219,191). Sum of RGB (Red+Green+Blue) = 67+219+191=477 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.05% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBBF is #BC2440. Grayscale: #AAAAAA. Windows color (decimal): -12330049 or 12573507. OLE color: 12573507.
HSL color Cylindrical-coordinate representation of color #43DBBF: hue angle of 168.95º 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 #43DBBF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 191 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.14 |
| HSL | 168.95º | 0.68% | 0.56% | - |
| HSV(B) | 168.95º | 0.69% | 0.86% | - |
| XYZ | 37.05 | 55.62 | 58.07 | - |
| YUV | 170.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 191 | 0.69 | 0 | 0.13 | 0.14 | 168.95 | 0.68 | 0.56 |
| Hex | 43 | DB | BF | 45 | 0 | D | E | A9 | 44 | 38 |
| Octal | 103 | 333 | 277 | 105 | 0 | 15 | 16 | 251 | 104 | 70 |
| Binary | 1000011 | 11011011 | 10111111 | 1000101 | 0 | 1101 | 1110 | 10101001 | 1000100 | 111000 |
Color Harmonies of #43DBBF
Complementary color
Monochromatic Colors of #43DBBF
Black with #43DBBF
Text Example
Text Example
White with #43DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBBF; }
p { color: rgb(67,219,191); }
H1.HeaderClassName
{
color: #43DBBF;
}
.AnyTagClassName
{
color: #43DBBF;
}
</style>
background-color css
<style>
a { background-color: #43DBBF; }
a { background-color: rgb(67,219,191); }
div.DivClassName
{
background-color: #43DBBF;
}
.BgClassName
{
background-color: #43DBBF;
}
</style>
border-color css
<style>
span { border-color: #43DBBF; }
span { border-color: rgb(67,219,191); }
td.TdClassName
{
border-color: #43DBBF;
}
.TagClassName
{
border-color: #43DBBF;
}
</style>