Shades of Turquoise #43DBCD
Tints of Turquoise #43DBCD
RGB
CMYK
RGB Variations
Color information
#43DBCD (or 0x43DBCD) is known color: Turquoise. HEX triplet: 43, DB and CD. RGB value is (67,219,205). Sum of RGB (Red+Green+Blue) = 67+219+205=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBCD is #BC2432. Grayscale: #ABABAB. Windows color (decimal): -12330035 or 13491011. OLE color: 13491011.
HSL color Cylindrical-coordinate representation of color #43DBCD: hue angle of 174.47º 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 #43DBCD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 205 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.14 |
| HSL | 174.47º | 0.68% | 0.56% | - |
| HSV(B) | 174.47º | 0.69% | 0.86% | - |
| XYZ | 38.67 | 56.26 | 66.58 | - |
| YUV | 171.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 205 | 0.69 | 0 | 0.06 | 0.14 | 174.47 | 0.68 | 0.56 |
| Hex | 43 | DB | CD | 45 | 0 | 6 | E | AE | 44 | 38 |
| Octal | 103 | 333 | 315 | 105 | 0 | 6 | 16 | 256 | 104 | 70 |
| Binary | 1000011 | 11011011 | 11001101 | 1000101 | 0 | 110 | 1110 | 10101110 | 1000100 | 111000 |
Color Harmonies of #43DBCD
Complementary color
Monochromatic Colors of #43DBCD
Black with #43DBCD
Text Example
Text Example
White with #43DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBCD; }
p { color: rgb(67,219,205); }
H1.HeaderClassName
{
color: #43DBCD;
}
.AnyTagClassName
{
color: #43DBCD;
}
</style>
background-color css
<style>
a { background-color: #43DBCD; }
a { background-color: rgb(67,219,205); }
div.DivClassName
{
background-color: #43DBCD;
}
.BgClassName
{
background-color: #43DBCD;
}
</style>
border-color css
<style>
span { border-color: #43DBCD; }
span { border-color: rgb(67,219,205); }
td.TdClassName
{
border-color: #43DBCD;
}
.TagClassName
{
border-color: #43DBCD;
}
</style>