Shades of Medium Turquoise #43D6CB
Tints of Medium Turquoise #43D6CB
RGB
CMYK
RGB Variations
Color information
#43D6CB (or 0x43D6CB) is known color: Medium Turquoise. HEX triplet: 43, D6 and CB. RGB value is (67,214,203). Sum of RGB (Red+Green+Blue) = 67+214+203=484 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.84% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #43D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D6CB is #BC2934. Grayscale: #A8A8A8. Windows color (decimal): -12331317 or 13358659. OLE color: 13358659.
HSL color Cylindrical-coordinate representation of color #43D6CB: hue angle of 175.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D6CB is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 203 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.16 |
| HSL | 175.51º | 0.64% | 0.55% | - |
| HSV(B) | 175.51º | 0.69% | 0.84% | - |
| XYZ | 37.14 | 53.6 | 64.89 | - |
| YUV | 168.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 203 | 0.69 | 0 | 0.05 | 0.16 | 175.51 | 0.64 | 0.55 |
| Hex | 43 | D6 | CB | 45 | 0 | 5 | 10 | B0 | 40 | 37 |
| Octal | 103 | 326 | 313 | 105 | 0 | 5 | 20 | 260 | 100 | 67 |
| Binary | 1000011 | 11010110 | 11001011 | 1000101 | 0 | 101 | 10000 | 10110000 | 1000000 | 110111 |
Color Harmonies of #43D6CB
Complementary color
Monochromatic Colors of #43D6CB
Black with #43D6CB
Text Example
Text Example
White with #43D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D6CB; }
p { color: rgb(67,214,203); }
H1.HeaderClassName
{
color: #43D6CB;
}
.AnyTagClassName
{
color: #43D6CB;
}
</style>
background-color css
<style>
a { background-color: #43D6CB; }
a { background-color: rgb(67,214,203); }
div.DivClassName
{
background-color: #43D6CB;
}
.BgClassName
{
background-color: #43D6CB;
}
</style>
border-color css
<style>
span { border-color: #43D6CB; }
span { border-color: rgb(67,214,203); }
td.TdClassName
{
border-color: #43D6CB;
}
.TagClassName
{
border-color: #43D6CB;
}
</style>