Shades of Medium Turquoise #43BFC2
Tints of Medium Turquoise #43BFC2
RGB
CMYK
RGB Variations
Color information
#43BFC2 (or 0x43BFC2) is known color: Medium Turquoise. HEX triplet: 43, BF and C2. RGB value is (67,191,194). Sum of RGB (Red+Green+Blue) = 67+191+194=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #43BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BFC2 is #BC403D. Grayscale: #9A9A9A. Windows color (decimal): -12337214 or 12762947. OLE color: 12762947.
HSL color Cylindrical-coordinate representation of color #43BFC2: hue angle of 181.42º degrees, saturation: 0.51, 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 #43BFC2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 191 | 194 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.24 |
| HSL | 181.42º | 0.51% | 0.51% | - |
| HSV(B) | 181.42º | 0.65% | 0.76% | - |
| XYZ | 30.68 | 42.35 | 57.6 | - |
| YUV | 154.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 194 | 0.65 | 0.02 | 0 | 0.24 | 181.42 | 0.51 | 0.51 |
| Hex | 43 | BF | C2 | 41 | 2 | 0 | 18 | B5 | 33 | 33 |
| Octal | 103 | 277 | 302 | 101 | 2 | 0 | 30 | 265 | 63 | 63 |
| Binary | 1000011 | 10111111 | 11000010 | 1000001 | 10 | 0 | 11000 | 10110101 | 110011 | 110011 |
Color Harmonies of #43BFC2
Complementary color
Monochromatic Colors of #43BFC2
Black with #43BFC2
Text Example
Text Example
White with #43BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BFC2; }
p { color: rgb(67,191,194); }
H1.HeaderClassName
{
color: #43BFC2;
}
.AnyTagClassName
{
color: #43BFC2;
}
</style>
background-color css
<style>
a { background-color: #43BFC2; }
a { background-color: rgb(67,191,194); }
div.DivClassName
{
background-color: #43BFC2;
}
.BgClassName
{
background-color: #43BFC2;
}
</style>
border-color css
<style>
span { border-color: #43BFC2; }
span { border-color: rgb(67,191,194); }
td.TdClassName
{
border-color: #43BFC2;
}
.TagClassName
{
border-color: #43BFC2;
}
</style>