Shades of Medium Turquoise #43CBBB
Tints of Medium Turquoise #43CBBB
RGB
CMYK
RGB Variations
Color information
#43CBBB (or 0x43CBBB) is known color: Medium Turquoise. HEX triplet: 43, CB and BB. RGB value is (67,203,187). Sum of RGB (Red+Green+Blue) = 67+203+187=457 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.66% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBBB is #BC3444. Grayscale: #A0A0A0. Windows color (decimal): -12334149 or 12307267. OLE color: 12307267.
HSL color Cylindrical-coordinate representation of color #43CBBB: hue angle of 172.94º 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 #43CBBB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 187 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 172.94º | 0.57% | 0.53% | - |
| HSV(B) | 172.94º | 0.67% | 0.8% | - |
| XYZ | 32.64 | 47.49 | 54.46 | - |
| YUV | 160.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 187 | 0.67 | 0 | 0.08 | 0.20 | 172.94 | 0.57 | 0.53 |
| Hex | 43 | CB | BB | 43 | 0 | 8 | 14 | AD | 39 | 35 |
| Octal | 103 | 313 | 273 | 103 | 0 | 10 | 24 | 255 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10111011 | 1000011 | 0 | 1000 | 10100 | 10101101 | 111001 | 110101 |
Color Harmonies of #43CBBB
Complementary color
Monochromatic Colors of #43CBBB
Black with #43CBBB
Text Example
Text Example
White with #43CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBBB; }
p { color: rgb(67,203,187); }
H1.HeaderClassName
{
color: #43CBBB;
}
.AnyTagClassName
{
color: #43CBBB;
}
</style>
background-color css
<style>
a { background-color: #43CBBB; }
a { background-color: rgb(67,203,187); }
div.DivClassName
{
background-color: #43CBBB;
}
.BgClassName
{
background-color: #43CBBB;
}
</style>
border-color css
<style>
span { border-color: #43CBBB; }
span { border-color: rgb(67,203,187); }
td.TdClassName
{
border-color: #43CBBB;
}
.TagClassName
{
border-color: #43CBBB;
}
</style>