Shades of Turquoise #43DDCB
Tints of Turquoise #43DDCB
RGB
CMYK
RGB Variations
Color information
#43DDCB (or 0x43DDCB) is known color: Turquoise. HEX triplet: 43, DD and CB. RGB value is (67,221,203). Sum of RGB (Red+Green+Blue) = 67+221+203=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDCB is #BC2234. Grayscale: #ACACAC. Windows color (decimal): -12329525 or 13360451. OLE color: 13360451.
HSL color Cylindrical-coordinate representation of color #43DDCB: hue angle of 172.99º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DDCB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 203 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.13 |
| HSL | 172.99º | 0.69% | 0.56% | - |
| HSV(B) | 172.99º | 0.7% | 0.87% | - |
| XYZ | 38.95 | 57.22 | 65.49 | - |
| YUV | 172.9 | 144.98 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 203 | 0.70 | 0 | 0.08 | 0.13 | 172.99 | 0.69 | 0.56 |
| Hex | 43 | DD | CB | 46 | 0 | 8 | D | AD | 45 | 38 |
| Octal | 103 | 335 | 313 | 106 | 0 | 10 | 15 | 255 | 105 | 70 |
| Binary | 1000011 | 11011101 | 11001011 | 1000110 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111000 |
Color Harmonies of #43DDCB
Complementary color
Monochromatic Colors of #43DDCB
Black with #43DDCB
Text Example
Text Example
White with #43DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDCB; }
p { color: rgb(67,221,203); }
H1.HeaderClassName
{
color: #43DDCB;
}
.AnyTagClassName
{
color: #43DDCB;
}
</style>
background-color css
<style>
a { background-color: #43DDCB; }
a { background-color: rgb(67,221,203); }
div.DivClassName
{
background-color: #43DDCB;
}
.BgClassName
{
background-color: #43DDCB;
}
</style>
border-color css
<style>
span { border-color: #43DDCB; }
span { border-color: rgb(67,221,203); }
td.TdClassName
{
border-color: #43DDCB;
}
.TagClassName
{
border-color: #43DDCB;
}
</style>