Shades of Medium Turquoise #43BFC1
Tints of Medium Turquoise #43BFC1
RGB
CMYK
RGB Variations
Color information
#43BFC1 (or 0x43BFC1) is known color: Medium Turquoise. HEX triplet: 43, BF and C1. RGB value is (67,191,193). Sum of RGB (Red+Green+Blue) = 67+191+193=451 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.86% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #43BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BFC1 is #BC403E. Grayscale: #9A9A9A. Windows color (decimal): -12337215 or 12697411. OLE color: 12697411.
HSL color Cylindrical-coordinate representation of color #43BFC1: hue angle of 180.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BFC1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 191 | 193 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.24 |
| HSL | 180.95º | 0.5% | 0.51% | - |
| HSV(B) | 180.95º | 0.65% | 0.76% | - |
| XYZ | 30.57 | 42.31 | 57.01 | - |
| YUV | 154.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 193 | 0.65 | 0.01 | 0 | 0.24 | 180.95 | 0.5 | 0.51 |
| Hex | 43 | BF | C1 | 41 | 1 | 0 | 18 | B5 | 32 | 33 |
| Octal | 103 | 277 | 301 | 101 | 1 | 0 | 30 | 265 | 62 | 63 |
| Binary | 1000011 | 10111111 | 11000001 | 1000001 | 1 | 0 | 11000 | 10110101 | 110010 | 110011 |
Color Harmonies of #43BFC1
Complementary color
Monochromatic Colors of #43BFC1
Black with #43BFC1
Text Example
Text Example
White with #43BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BFC1; }
p { color: rgb(67,191,193); }
H1.HeaderClassName
{
color: #43BFC1;
}
.AnyTagClassName
{
color: #43BFC1;
}
</style>
background-color css
<style>
a { background-color: #43BFC1; }
a { background-color: rgb(67,191,193); }
div.DivClassName
{
background-color: #43BFC1;
}
.BgClassName
{
background-color: #43BFC1;
}
</style>
border-color css
<style>
span { border-color: #43BFC1; }
span { border-color: rgb(67,191,193); }
td.TdClassName
{
border-color: #43BFC1;
}
.TagClassName
{
border-color: #43BFC1;
}
</style>