Shades of Medium Turquoise #43D5DB
Tints of Medium Turquoise #43D5DB
RGB
CMYK
RGB Variations
Color information
#43D5DB (or 0x43D5DB) is known color: Medium Turquoise. HEX triplet: 43, D5 and DB. RGB value is (67,213,219). Sum of RGB (Red+Green+Blue) = 67+213+219=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #43D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D5DB is #BC2A24. Grayscale: #A9A9A9. Windows color (decimal): -12331557 or 14406979. OLE color: 14406979.
HSL color Cylindrical-coordinate representation of color #43D5DB: hue angle of 182.37º 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 #43D5DB is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 213 | 219 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.14 |
| HSL | 182.37º | 0.68% | 0.56% | - |
| HSV(B) | 182.37º | 0.69% | 0.86% | - |
| XYZ | 38.9 | 53.9 | 75.37 | - |
| YUV | 170.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 213 | 219 | 0.69 | 0.03 | 0 | 0.14 | 182.37 | 0.68 | 0.56 |
| Hex | 43 | D5 | DB | 45 | 3 | 0 | E | B6 | 44 | 38 |
| Octal | 103 | 325 | 333 | 105 | 3 | 0 | 16 | 266 | 104 | 70 |
| Binary | 1000011 | 11010101 | 11011011 | 1000101 | 11 | 0 | 1110 | 10110110 | 1000100 | 111000 |
Color Harmonies of #43D5DB
Complementary color
Monochromatic Colors of #43D5DB
Black with #43D5DB
Text Example
Text Example
White with #43D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D5DB; }
p { color: rgb(67,213,219); }
H1.HeaderClassName
{
color: #43D5DB;
}
.AnyTagClassName
{
color: #43D5DB;
}
</style>
background-color css
<style>
a { background-color: #43D5DB; }
a { background-color: rgb(67,213,219); }
div.DivClassName
{
background-color: #43D5DB;
}
.BgClassName
{
background-color: #43D5DB;
}
</style>
border-color css
<style>
span { border-color: #43D5DB; }
span { border-color: rgb(67,213,219); }
td.TdClassName
{
border-color: #43D5DB;
}
.TagClassName
{
border-color: #43D5DB;
}
</style>