Shades of Turquoise #43E0DB
Tints of Turquoise #43E0DB
RGB
CMYK
RGB Variations
Color information
#43E0DB (or 0x43E0DB) is known color: Turquoise. HEX triplet: 43, E0 and DB. RGB value is (67,224,219). Sum of RGB (Red+Green+Blue) = 67+224+219=510 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.14% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0DB is #BC1F24. Grayscale: #B0B0B0. Windows color (decimal): -12328741 or 14409795. OLE color: 14409795.
HSL color Cylindrical-coordinate representation of color #43E0DB: hue angle of 178.09º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E0DB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 219 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.12 |
| HSL | 178.09º | 0.72% | 0.57% | - |
| HSV(B) | 178.09º | 0.7% | 0.88% | - |
| XYZ | 41.76 | 59.62 | 76.32 | - |
| YUV | 176.49 | 151.99 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 219 | 0.70 | 0 | 0.02 | 0.12 | 178.09 | 0.72 | 0.57 |
| Hex | 43 | E0 | DB | 46 | 0 | 2 | C | B2 | 48 | 39 |
| Octal | 103 | 340 | 333 | 106 | 0 | 2 | 14 | 262 | 110 | 71 |
| Binary | 1000011 | 11100000 | 11011011 | 1000110 | 0 | 10 | 1100 | 10110010 | 1001000 | 111001 |
Color Harmonies of #43E0DB
Complementary color
Monochromatic Colors of #43E0DB
Black with #43E0DB
Text Example
Text Example
White with #43E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E0DB; }
p { color: rgb(67,224,219); }
H1.HeaderClassName
{
color: #43E0DB;
}
.AnyTagClassName
{
color: #43E0DB;
}
</style>
background-color css
<style>
a { background-color: #43E0DB; }
a { background-color: rgb(67,224,219); }
div.DivClassName
{
background-color: #43E0DB;
}
.BgClassName
{
background-color: #43E0DB;
}
</style>
border-color css
<style>
span { border-color: #43E0DB; }
span { border-color: rgb(67,224,219); }
td.TdClassName
{
border-color: #43E0DB;
}
.TagClassName
{
border-color: #43E0DB;
}
</style>