Shades of Medium Turquoise #43CFC7
Tints of Medium Turquoise #43CFC7
RGB
CMYK
RGB Variations
Color information
#43CFC7 (or 0x43CFC7) is known color: Medium Turquoise. HEX triplet: 43, CF and C7. RGB value is (67,207,199). Sum of RGB (Red+Green+Blue) = 67+207+199=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFC7 is #BC3038. Grayscale: #A4A4A4. Windows color (decimal): -12333113 or 13094723. OLE color: 13094723.
HSL color Cylindrical-coordinate representation of color #43CFC7: hue angle of 176.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CFC7 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 199 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.19 |
| HSL | 176.57º | 0.59% | 0.54% | - |
| HSV(B) | 176.57º | 0.68% | 0.81% | - |
| XYZ | 34.94 | 49.94 | 61.83 | - |
| YUV | 164.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 199 | 0.68 | 0 | 0.04 | 0.19 | 176.57 | 0.59 | 0.54 |
| Hex | 43 | CF | C7 | 44 | 0 | 4 | 13 | B1 | 3B | 36 |
| Octal | 103 | 317 | 307 | 104 | 0 | 4 | 23 | 261 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11000111 | 1000100 | 0 | 100 | 10011 | 10110001 | 111011 | 110110 |
Color Harmonies of #43CFC7
Complementary color
Monochromatic Colors of #43CFC7
Black with #43CFC7
Text Example
Text Example
White with #43CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFC7; }
p { color: rgb(67,207,199); }
H1.HeaderClassName
{
color: #43CFC7;
}
.AnyTagClassName
{
color: #43CFC7;
}
</style>
background-color css
<style>
a { background-color: #43CFC7; }
a { background-color: rgb(67,207,199); }
div.DivClassName
{
background-color: #43CFC7;
}
.BgClassName
{
background-color: #43CFC7;
}
</style>
border-color css
<style>
span { border-color: #43CFC7; }
span { border-color: rgb(67,207,199); }
td.TdClassName
{
border-color: #43CFC7;
}
.TagClassName
{
border-color: #43CFC7;
}
</style>