Shades of Medium Turquoise #43CEBC
Tints of Medium Turquoise #43CEBC
RGB
CMYK
RGB Variations
Color information
#43CEBC (or 0x43CEBC) is known color: Medium Turquoise. HEX triplet: 43, CE and BC. RGB value is (67,206,188). Sum of RGB (Red+Green+Blue) = 67+206+188=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #43CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEBC is #BC3143. Grayscale: #A2A2A2. Windows color (decimal): -12333380 or 12373571. OLE color: 12373571.
HSL color Cylindrical-coordinate representation of color #43CEBC: hue angle of 172.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CEBC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 188 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.19 |
| HSL | 172.23º | 0.59% | 0.54% | - |
| HSV(B) | 172.23º | 0.67% | 0.81% | - |
| XYZ | 33.46 | 48.97 | 55.26 | - |
| YUV | 162.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 188 | 0.67 | 0 | 0.09 | 0.19 | 172.23 | 0.59 | 0.54 |
| Hex | 43 | CE | BC | 43 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 103 | 316 | 274 | 103 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000011 | 11001110 | 10111100 | 1000011 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #43CEBC
Complementary color
Monochromatic Colors of #43CEBC
Black with #43CEBC
Text Example
Text Example
White with #43CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEBC; }
p { color: rgb(67,206,188); }
H1.HeaderClassName
{
color: #43CEBC;
}
.AnyTagClassName
{
color: #43CEBC;
}
</style>
background-color css
<style>
a { background-color: #43CEBC; }
a { background-color: rgb(67,206,188); }
div.DivClassName
{
background-color: #43CEBC;
}
.BgClassName
{
background-color: #43CEBC;
}
</style>
border-color css
<style>
span { border-color: #43CEBC; }
span { border-color: rgb(67,206,188); }
td.TdClassName
{
border-color: #43CEBC;
}
.TagClassName
{
border-color: #43CEBC;
}
</style>