Shades of Medium Turquoise #43CEC8
Tints of Medium Turquoise #43CEC8
RGB
CMYK
RGB Variations
Color information
#43CEC8 (or 0x43CEC8) is known color: Medium Turquoise. HEX triplet: 43, CE and C8. RGB value is (67,206,200). Sum of RGB (Red+Green+Blue) = 67+206+200=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #43CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEC8 is #BC3137. Grayscale: #A3A3A3. Windows color (decimal): -12333368 or 13160003. OLE color: 13160003.
HSL color Cylindrical-coordinate representation of color #43CEC8: hue angle of 177.41º 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 #43CEC8 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 200 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.19 |
| HSL | 177.41º | 0.59% | 0.54% | - |
| HSV(B) | 177.41º | 0.67% | 0.81% | - |
| XYZ | 34.81 | 49.51 | 62.36 | - |
| YUV | 163.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 200 | 0.67 | 0 | 0.03 | 0.19 | 177.41 | 0.59 | 0.54 |
| Hex | 43 | CE | C8 | 43 | 0 | 3 | 13 | B1 | 3B | 36 |
| Octal | 103 | 316 | 310 | 103 | 0 | 3 | 23 | 261 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11001000 | 1000011 | 0 | 11 | 10011 | 10110001 | 111011 | 110110 |
Color Harmonies of #43CEC8
Complementary color
Monochromatic Colors of #43CEC8
Black with #43CEC8
Text Example
Text Example
White with #43CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEC8; }
p { color: rgb(67,206,200); }
H1.HeaderClassName
{
color: #43CEC8;
}
.AnyTagClassName
{
color: #43CEC8;
}
</style>
background-color css
<style>
a { background-color: #43CEC8; }
a { background-color: rgb(67,206,200); }
div.DivClassName
{
background-color: #43CEC8;
}
.BgClassName
{
background-color: #43CEC8;
}
</style>
border-color css
<style>
span { border-color: #43CEC8; }
span { border-color: rgb(67,206,200); }
td.TdClassName
{
border-color: #43CEC8;
}
.TagClassName
{
border-color: #43CEC8;
}
</style>