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