Shades of Medium Turquoise #43CFC1
Tints of Medium Turquoise #43CFC1
RGB
CMYK
RGB Variations
Color information
#43CFC1 (or 0x43CFC1) is known color: Medium Turquoise. HEX triplet: 43, CF and C1. RGB value is (67,207,193). Sum of RGB (Red+Green+Blue) = 67+207+193=467 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.35% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFC1 is #BC303E. Grayscale: #A3A3A3. Windows color (decimal): -12333119 or 12701507. OLE color: 12701507.
HSL color Cylindrical-coordinate representation of color #43CFC1: hue angle of 174º 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 #43CFC1 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 193 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.19 |
| HSL | 174º | 0.59% | 0.54% | - |
| HSV(B) | 174º | 0.68% | 0.81% | - |
| XYZ | 34.25 | 49.67 | 58.23 | - |
| YUV | 163.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 193 | 0.68 | 0 | 0.07 | 0.19 | 174 | 0.59 | 0.54 |
| Hex | 43 | CF | C1 | 44 | 0 | 7 | 13 | AE | 3B | 36 |
| Octal | 103 | 317 | 301 | 104 | 0 | 7 | 23 | 256 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11000001 | 1000100 | 0 | 111 | 10011 | 10101110 | 111011 | 110110 |
Color Harmonies of #43CFC1
Complementary color
Monochromatic Colors of #43CFC1
Black with #43CFC1
Text Example
Text Example
White with #43CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFC1; }
p { color: rgb(67,207,193); }
H1.HeaderClassName
{
color: #43CFC1;
}
.AnyTagClassName
{
color: #43CFC1;
}
</style>
background-color css
<style>
a { background-color: #43CFC1; }
a { background-color: rgb(67,207,193); }
div.DivClassName
{
background-color: #43CFC1;
}
.BgClassName
{
background-color: #43CFC1;
}
</style>
border-color css
<style>
span { border-color: #43CFC1; }
span { border-color: rgb(67,207,193); }
td.TdClassName
{
border-color: #43CFC1;
}
.TagClassName
{
border-color: #43CFC1;
}
</style>