Shades of Medium Turquoise #43C0CB
Tints of Medium Turquoise #43C0CB
RGB
CMYK
RGB Variations
Color information
#43C0CB (or 0x43C0CB) is known color: Medium Turquoise. HEX triplet: 43, C0 and CB. RGB value is (67,192,203). Sum of RGB (Red+Green+Blue) = 67+192+203=462 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.50% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #43C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0CB is #BC3F34. Grayscale: #9B9B9B. Windows color (decimal): -12336949 or 13353027. OLE color: 13353027.
HSL color Cylindrical-coordinate representation of color #43C0CB: hue angle of 184.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C0CB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 192 | 203 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.20 |
| HSL | 184.85º | 0.57% | 0.53% | - |
| HSV(B) | 184.85º | 0.67% | 0.8% | - |
| XYZ | 31.94 | 43.2 | 63.16 | - |
| YUV | 155.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 203 | 0.67 | 0.05 | 0 | 0.20 | 184.85 | 0.57 | 0.53 |
| Hex | 43 | C0 | CB | 43 | 5 | 0 | 14 | B9 | 39 | 35 |
| Octal | 103 | 300 | 313 | 103 | 5 | 0 | 24 | 271 | 71 | 65 |
| Binary | 1000011 | 11000000 | 11001011 | 1000011 | 101 | 0 | 10100 | 10111001 | 111001 | 110101 |
Color Harmonies of #43C0CB
Complementary color
Monochromatic Colors of #43C0CB
Black with #43C0CB
Text Example
Text Example
White with #43C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0CB; }
p { color: rgb(67,192,203); }
H1.HeaderClassName
{
color: #43C0CB;
}
.AnyTagClassName
{
color: #43C0CB;
}
</style>
background-color css
<style>
a { background-color: #43C0CB; }
a { background-color: rgb(67,192,203); }
div.DivClassName
{
background-color: #43C0CB;
}
.BgClassName
{
background-color: #43C0CB;
}
</style>
border-color css
<style>
span { border-color: #43C0CB; }
span { border-color: rgb(67,192,203); }
td.TdClassName
{
border-color: #43C0CB;
}
.TagClassName
{
border-color: #43C0CB;
}
</style>