Shades of Medium Turquoise #43CBBC
Tints of Medium Turquoise #43CBBC
RGB
CMYK
RGB Variations
Color information
#43CBBC (or 0x43CBBC) is known color: Medium Turquoise. HEX triplet: 43, CB and BC. RGB value is (67,203,188). Sum of RGB (Red+Green+Blue) = 67+203+188=458 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.63% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBBC is #BC3443. Grayscale: #A0A0A0. Windows color (decimal): -12334148 or 12372803. OLE color: 12372803.
HSL color Cylindrical-coordinate representation of color #43CBBC: hue angle of 173.38º 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 #43CBBC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 188 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.20 |
| HSL | 173.38º | 0.57% | 0.53% | - |
| HSV(B) | 173.38º | 0.67% | 0.8% | - |
| XYZ | 32.75 | 47.54 | 55.03 | - |
| YUV | 160.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 188 | 0.67 | 0 | 0.07 | 0.20 | 173.38 | 0.57 | 0.53 |
| Hex | 43 | CB | BC | 43 | 0 | 7 | 14 | AD | 39 | 35 |
| Octal | 103 | 313 | 274 | 103 | 0 | 7 | 24 | 255 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10111100 | 1000011 | 0 | 111 | 10100 | 10101101 | 111001 | 110101 |
Color Harmonies of #43CBBC
Complementary color
Monochromatic Colors of #43CBBC
Black with #43CBBC
Text Example
Text Example
White with #43CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBBC; }
p { color: rgb(67,203,188); }
H1.HeaderClassName
{
color: #43CBBC;
}
.AnyTagClassName
{
color: #43CBBC;
}
</style>
background-color css
<style>
a { background-color: #43CBBC; }
a { background-color: rgb(67,203,188); }
div.DivClassName
{
background-color: #43CBBC;
}
.BgClassName
{
background-color: #43CBBC;
}
</style>
border-color css
<style>
span { border-color: #43CBBC; }
span { border-color: rgb(67,203,188); }
td.TdClassName
{
border-color: #43CBBC;
}
.TagClassName
{
border-color: #43CBBC;
}
</style>