Shades of Turquoise #43D9DB
Tints of Turquoise #43D9DB
RGB
CMYK
RGB Variations
Color information
#43D9DB (or 0x43D9DB) is known color: Turquoise. HEX triplet: 43, D9 and DB. RGB value is (67,217,219). Sum of RGB (Red+Green+Blue) = 67+217+219=503 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.32% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #43D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D9DB is #BC2624. Grayscale: #ACACAC. Windows color (decimal): -12330533 or 14408003. OLE color: 14408003.
HSL color Cylindrical-coordinate representation of color #43D9DB: hue angle of 180.79º 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 #43D9DB is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 217 | 219 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.14 |
| HSL | 180.79º | 0.68% | 0.56% | - |
| HSV(B) | 180.79º | 0.69% | 0.86% | - |
| XYZ | 39.91 | 55.93 | 75.71 | - |
| YUV | 172.38 | 154.31 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 219 | 0.69 | 0.01 | 0 | 0.14 | 180.79 | 0.68 | 0.56 |
| Hex | 43 | D9 | DB | 45 | 1 | 0 | E | B5 | 44 | 38 |
| Octal | 103 | 331 | 333 | 105 | 1 | 0 | 16 | 265 | 104 | 70 |
| Binary | 1000011 | 11011001 | 11011011 | 1000101 | 1 | 0 | 1110 | 10110101 | 1000100 | 111000 |
Color Harmonies of #43D9DB
Complementary color
Monochromatic Colors of #43D9DB
Black with #43D9DB
Text Example
Text Example
White with #43D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D9DB; }
p { color: rgb(67,217,219); }
H1.HeaderClassName
{
color: #43D9DB;
}
.AnyTagClassName
{
color: #43D9DB;
}
</style>
background-color css
<style>
a { background-color: #43D9DB; }
a { background-color: rgb(67,217,219); }
div.DivClassName
{
background-color: #43D9DB;
}
.BgClassName
{
background-color: #43D9DB;
}
</style>
border-color css
<style>
span { border-color: #43D9DB; }
span { border-color: rgb(67,217,219); }
td.TdClassName
{
border-color: #43D9DB;
}
.TagClassName
{
border-color: #43D9DB;
}
</style>