Shades of Medium Turquoise #43CEC3
Tints of Medium Turquoise #43CEC3
RGB
CMYK
RGB Variations
Color information
#43CEC3 (or 0x43CEC3) is known color: Medium Turquoise. HEX triplet: 43, CE and C3. RGB value is (67,206,195). Sum of RGB (Red+Green+Blue) = 67+206+195=468 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.32% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #43CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEC3 is #BC313C. Grayscale: #A3A3A3. Windows color (decimal): -12333373 or 12832323. OLE color: 12832323.
HSL color Cylindrical-coordinate representation of color #43CEC3: hue angle of 175.25º 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 #43CEC3 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 195 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.19 |
| HSL | 175.25º | 0.59% | 0.54% | - |
| HSV(B) | 175.25º | 0.67% | 0.81% | - |
| XYZ | 34.24 | 49.28 | 59.34 | - |
| YUV | 163.19 | 145.95 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 195 | 0.67 | 0 | 0.05 | 0.19 | 175.25 | 0.59 | 0.54 |
| Hex | 43 | CE | C3 | 43 | 0 | 5 | 13 | AF | 3B | 36 |
| Octal | 103 | 316 | 303 | 103 | 0 | 5 | 23 | 257 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11000011 | 1000011 | 0 | 101 | 10011 | 10101111 | 111011 | 110110 |
Color Harmonies of #43CEC3
Complementary color
Monochromatic Colors of #43CEC3
Black with #43CEC3
Text Example
Text Example
White with #43CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEC3; }
p { color: rgb(67,206,195); }
H1.HeaderClassName
{
color: #43CEC3;
}
.AnyTagClassName
{
color: #43CEC3;
}
</style>
background-color css
<style>
a { background-color: #43CEC3; }
a { background-color: rgb(67,206,195); }
div.DivClassName
{
background-color: #43CEC3;
}
.BgClassName
{
background-color: #43CEC3;
}
</style>
border-color css
<style>
span { border-color: #43CEC3; }
span { border-color: rgb(67,206,195); }
td.TdClassName
{
border-color: #43CEC3;
}
.TagClassName
{
border-color: #43CEC3;
}
</style>