Shades of Medium Turquoise #43CBC9
Tints of Medium Turquoise #43CBC9
RGB
CMYK
RGB Variations
Color information
#43CBC9 (or 0x43CBC9) is known color: Medium Turquoise. HEX triplet: 43, CB and C9. RGB value is (67,203,201). Sum of RGB (Red+Green+Blue) = 67+203+201=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBC9 is #BC3436. Grayscale: #A1A1A1. Windows color (decimal): -12334135 or 13224771. OLE color: 13224771.
HSL color Cylindrical-coordinate representation of color #43CBC9: hue angle of 179.12º 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 #43CBC9 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 201 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.20 |
| HSL | 179.12º | 0.57% | 0.53% | - |
| HSV(B) | 179.12º | 0.67% | 0.8% | - |
| XYZ | 34.21 | 48.12 | 62.74 | - |
| YUV | 162.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 201 | 0.67 | 0 | 0.01 | 0.20 | 179.12 | 0.57 | 0.53 |
| Hex | 43 | CB | C9 | 43 | 0 | 1 | 14 | B3 | 39 | 35 |
| Octal | 103 | 313 | 311 | 103 | 0 | 1 | 24 | 263 | 71 | 65 |
| Binary | 1000011 | 11001011 | 11001001 | 1000011 | 0 | 1 | 10100 | 10110011 | 111001 | 110101 |
Color Harmonies of #43CBC9
Complementary color
Monochromatic Colors of #43CBC9
Black with #43CBC9
Text Example
Text Example
White with #43CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBC9; }
p { color: rgb(67,203,201); }
H1.HeaderClassName
{
color: #43CBC9;
}
.AnyTagClassName
{
color: #43CBC9;
}
</style>
background-color css
<style>
a { background-color: #43CBC9; }
a { background-color: rgb(67,203,201); }
div.DivClassName
{
background-color: #43CBC9;
}
.BgClassName
{
background-color: #43CBC9;
}
</style>
border-color css
<style>
span { border-color: #43CBC9; }
span { border-color: rgb(67,203,201); }
td.TdClassName
{
border-color: #43CBC9;
}
.TagClassName
{
border-color: #43CBC9;
}
</style>