Shades of Turquoise #43DCDB
Tints of Turquoise #43DCDB
RGB
CMYK
RGB Variations
Color information
#43DCDB (or 0x43DCDB) is known color: Turquoise. HEX triplet: 43, DC and DB. RGB value is (67,220,219). Sum of RGB (Red+Green+Blue) = 67+220+219=506 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.24% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #43DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCDB is #BC2324. Grayscale: #ADADAD. Windows color (decimal): -12329765 or 14408771. OLE color: 14408771.
HSL color Cylindrical-coordinate representation of color #43DCDB: hue angle of 179.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DCDB is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 219 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.14 |
| HSL | 179.61º | 0.69% | 0.56% | - |
| HSV(B) | 179.61º | 0.7% | 0.86% | - |
| XYZ | 40.69 | 57.49 | 75.97 | - |
| YUV | 174.14 | 153.31 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 219 | 0.70 | 0 | 0.00 | 0.14 | 179.61 | 0.69 | 0.56 |
| Hex | 43 | DC | DB | 46 | 0 | 0 | E | B4 | 45 | 38 |
| Octal | 103 | 334 | 333 | 106 | 0 | 0 | 16 | 264 | 105 | 70 |
| Binary | 1000011 | 11011100 | 11011011 | 1000110 | 0 | 0 | 1110 | 10110100 | 1000101 | 111000 |
Color Harmonies of #43DCDB
Complementary color
Monochromatic Colors of #43DCDB
Black with #43DCDB
Text Example
Text Example
White with #43DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCDB; }
p { color: rgb(67,220,219); }
H1.HeaderClassName
{
color: #43DCDB;
}
.AnyTagClassName
{
color: #43DCDB;
}
</style>
background-color css
<style>
a { background-color: #43DCDB; }
a { background-color: rgb(67,220,219); }
div.DivClassName
{
background-color: #43DCDB;
}
.BgClassName
{
background-color: #43DCDB;
}
</style>
border-color css
<style>
span { border-color: #43DCDB; }
span { border-color: rgb(67,220,219); }
td.TdClassName
{
border-color: #43DCDB;
}
.TagClassName
{
border-color: #43DCDB;
}
</style>