Shades of Turquoise #43DFDB
Tints of Turquoise #43DFDB
RGB
CMYK
RGB Variations
Color information
#43DFDB (or 0x43DFDB) is known color: Turquoise. HEX triplet: 43, DF and DB. RGB value is (67,223,219). Sum of RGB (Red+Green+Blue) = 67+223+219=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFDB is #BC2024. Grayscale: #AFAFAF. Windows color (decimal): -12328997 or 14409539. OLE color: 14409539.
HSL color Cylindrical-coordinate representation of color #43DFDB: hue angle of 178.46º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DFDB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 223 | 219 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.13 |
| HSL | 178.46º | 0.71% | 0.57% | - |
| HSV(B) | 178.46º | 0.7% | 0.87% | - |
| XYZ | 41.49 | 59.08 | 76.24 | - |
| YUV | 175.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 223 | 219 | 0.70 | 0 | 0.02 | 0.13 | 178.46 | 0.71 | 0.57 |
| Hex | 43 | DF | DB | 46 | 0 | 2 | D | B2 | 47 | 39 |
| Octal | 103 | 337 | 333 | 106 | 0 | 2 | 15 | 262 | 107 | 71 |
| Binary | 1000011 | 11011111 | 11011011 | 1000110 | 0 | 10 | 1101 | 10110010 | 1000111 | 111001 |
Color Harmonies of #43DFDB
Complementary color
Monochromatic Colors of #43DFDB
Black with #43DFDB
Text Example
Text Example
White with #43DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DFDB; }
p { color: rgb(67,223,219); }
H1.HeaderClassName
{
color: #43DFDB;
}
.AnyTagClassName
{
color: #43DFDB;
}
</style>
background-color css
<style>
a { background-color: #43DFDB; }
a { background-color: rgb(67,223,219); }
div.DivClassName
{
background-color: #43DFDB;
}
.BgClassName
{
background-color: #43DFDB;
}
</style>
border-color css
<style>
span { border-color: #43DFDB; }
span { border-color: rgb(67,223,219); }
td.TdClassName
{
border-color: #43DFDB;
}
.TagClassName
{
border-color: #43DFDB;
}
</style>