Shades of Medium Turquoise #43CFC9
Tints of Medium Turquoise #43CFC9
RGB
CMYK
RGB Variations
Color information
#43CFC9 (or 0x43CFC9) is known color: Medium Turquoise. HEX triplet: 43, CF and C9. RGB value is (67,207,201). Sum of RGB (Red+Green+Blue) = 67+207+201=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFC9 is #BC3036. Grayscale: #A4A4A4. Windows color (decimal): -12333111 or 13225795. OLE color: 13225795.
HSL color Cylindrical-coordinate representation of color #43CFC9: hue angle of 177.43º 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 #43CFC9 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 201 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.19 |
| HSL | 177.43º | 0.59% | 0.54% | - |
| HSV(B) | 177.43º | 0.68% | 0.81% | - |
| XYZ | 35.17 | 50.04 | 63.06 | - |
| YUV | 164.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 201 | 0.68 | 0 | 0.03 | 0.19 | 177.43 | 0.59 | 0.54 |
| Hex | 43 | CF | C9 | 44 | 0 | 3 | 13 | B1 | 3B | 36 |
| Octal | 103 | 317 | 311 | 104 | 0 | 3 | 23 | 261 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11001001 | 1000100 | 0 | 11 | 10011 | 10110001 | 111011 | 110110 |
Color Harmonies of #43CFC9
Complementary color
Monochromatic Colors of #43CFC9
Black with #43CFC9
Text Example
Text Example
White with #43CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFC9; }
p { color: rgb(67,207,201); }
H1.HeaderClassName
{
color: #43CFC9;
}
.AnyTagClassName
{
color: #43CFC9;
}
</style>
background-color css
<style>
a { background-color: #43CFC9; }
a { background-color: rgb(67,207,201); }
div.DivClassName
{
background-color: #43CFC9;
}
.BgClassName
{
background-color: #43CFC9;
}
</style>
border-color css
<style>
span { border-color: #43CFC9; }
span { border-color: rgb(67,207,201); }
td.TdClassName
{
border-color: #43CFC9;
}
.TagClassName
{
border-color: #43CFC9;
}
</style>