Shades of Medium Turquoise #43CEC5
Tints of Medium Turquoise #43CEC5
RGB
CMYK
RGB Variations
Color information
#43CEC5 (or 0x43CEC5) is known color: Medium Turquoise. HEX triplet: 43, CE and C5. RGB value is (67,206,197). Sum of RGB (Red+Green+Blue) = 67+206+197=470 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.26% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #43CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEC5 is #BC313A. Grayscale: #A3A3A3. Windows color (decimal): -12333371 or 12963395. OLE color: 12963395.
HSL color Cylindrical-coordinate representation of color #43CEC5: hue angle of 176.12º 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 #43CEC5 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 197 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.19 |
| HSL | 176.12º | 0.59% | 0.54% | - |
| HSV(B) | 176.12º | 0.67% | 0.81% | - |
| XYZ | 34.46 | 49.37 | 60.54 | - |
| YUV | 163.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 197 | 0.67 | 0 | 0.04 | 0.19 | 176.12 | 0.59 | 0.54 |
| Hex | 43 | CE | C5 | 43 | 0 | 4 | 13 | B0 | 3B | 36 |
| Octal | 103 | 316 | 305 | 103 | 0 | 4 | 23 | 260 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11000101 | 1000011 | 0 | 100 | 10011 | 10110000 | 111011 | 110110 |
Color Harmonies of #43CEC5
Complementary color
Monochromatic Colors of #43CEC5
Black with #43CEC5
Text Example
Text Example
White with #43CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEC5; }
p { color: rgb(67,206,197); }
H1.HeaderClassName
{
color: #43CEC5;
}
.AnyTagClassName
{
color: #43CEC5;
}
</style>
background-color css
<style>
a { background-color: #43CEC5; }
a { background-color: rgb(67,206,197); }
div.DivClassName
{
background-color: #43CEC5;
}
.BgClassName
{
background-color: #43CEC5;
}
</style>
border-color css
<style>
span { border-color: #43CEC5; }
span { border-color: rgb(67,206,197); }
td.TdClassName
{
border-color: #43CEC5;
}
.TagClassName
{
border-color: #43CEC5;
}
</style>