Shades of Turquoise #43DBBC
Tints of Turquoise #43DBBC
RGB
CMYK
RGB Variations
Color information
#43DBBC (or 0x43DBBC) is known color: Turquoise. HEX triplet: 43, DB and BC. RGB value is (67,219,188). Sum of RGB (Red+Green+Blue) = 67+219+188=474 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.14% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBBC is #BC2443. Grayscale: #A9A9A9. Windows color (decimal): -12330052 or 12376899. OLE color: 12376899.
HSL color Cylindrical-coordinate representation of color #43DBBC: hue angle of 167.76º 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 #43DBBC is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 188 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.14 |
| HSL | 167.76º | 0.68% | 0.56% | - |
| HSV(B) | 167.76º | 0.69% | 0.86% | - |
| XYZ | 36.72 | 55.49 | 56.35 | - |
| YUV | 170.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 188 | 0.69 | 0 | 0.14 | 0.14 | 167.76 | 0.68 | 0.56 |
| Hex | 43 | DB | BC | 45 | 0 | E | E | A8 | 44 | 38 |
| Octal | 103 | 333 | 274 | 105 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000011 | 11011011 | 10111100 | 1000101 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #43DBBC
Complementary color
Monochromatic Colors of #43DBBC
Black with #43DBBC
Text Example
Text Example
White with #43DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBBC; }
p { color: rgb(67,219,188); }
H1.HeaderClassName
{
color: #43DBBC;
}
.AnyTagClassName
{
color: #43DBBC;
}
</style>
background-color css
<style>
a { background-color: #43DBBC; }
a { background-color: rgb(67,219,188); }
div.DivClassName
{
background-color: #43DBBC;
}
.BgClassName
{
background-color: #43DBBC;
}
</style>
border-color css
<style>
span { border-color: #43DBBC; }
span { border-color: rgb(67,219,188); }
td.TdClassName
{
border-color: #43DBBC;
}
.TagClassName
{
border-color: #43DBBC;
}
</style>