Shades of Medium Turquoise #43C1CE
Tints of Medium Turquoise #43C1CE
RGB
CMYK
RGB Variations
Color information
#43C1CE (or 0x43C1CE) is known color: Medium Turquoise. HEX triplet: 43, C1 and CE. RGB value is (67,193,206). Sum of RGB (Red+Green+Blue) = 67+193+206=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #43C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C1CE is #BC3E31. Grayscale: #9C9C9C. Windows color (decimal): -12336690 or 13549891. OLE color: 13549891.
HSL color Cylindrical-coordinate representation of color #43C1CE: hue angle of 185.61º 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 #43C1CE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 193 | 206 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.19 |
| HSL | 185.61º | 0.59% | 0.54% | - |
| HSV(B) | 185.61º | 0.67% | 0.81% | - |
| XYZ | 32.53 | 43.79 | 65.13 | - |
| YUV | 156.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 206 | 0.67 | 0.06 | 0 | 0.19 | 185.61 | 0.59 | 0.54 |
| Hex | 43 | C1 | CE | 43 | 6 | 0 | 13 | BA | 3B | 36 |
| Octal | 103 | 301 | 316 | 103 | 6 | 0 | 23 | 272 | 73 | 66 |
| Binary | 1000011 | 11000001 | 11001110 | 1000011 | 110 | 0 | 10011 | 10111010 | 111011 | 110110 |
Color Harmonies of #43C1CE
Complementary color
Monochromatic Colors of #43C1CE
Black with #43C1CE
Text Example
Text Example
White with #43C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C1CE; }
p { color: rgb(67,193,206); }
H1.HeaderClassName
{
color: #43C1CE;
}
.AnyTagClassName
{
color: #43C1CE;
}
</style>
background-color css
<style>
a { background-color: #43C1CE; }
a { background-color: rgb(67,193,206); }
div.DivClassName
{
background-color: #43C1CE;
}
.BgClassName
{
background-color: #43C1CE;
}
</style>
border-color css
<style>
span { border-color: #43C1CE; }
span { border-color: rgb(67,193,206); }
td.TdClassName
{
border-color: #43C1CE;
}
.TagClassName
{
border-color: #43C1CE;
}
</style>