Shades of Medium Turquoise #43CFBF
Tints of Medium Turquoise #43CFBF
RGB
CMYK
RGB Variations
Color information
#43CFBF (or 0x43CFBF) is known color: Medium Turquoise. HEX triplet: 43, CF and BF. RGB value is (67,207,191). Sum of RGB (Red+Green+Blue) = 67+207+191=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFBF is #BC3040. Grayscale: #A3A3A3. Windows color (decimal): -12333121 or 12570435. OLE color: 12570435.
HSL color Cylindrical-coordinate representation of color #43CFBF: hue angle of 173.14º 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 #43CFBF is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 191 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.19 |
| HSL | 173.14º | 0.59% | 0.54% | - |
| HSV(B) | 173.14º | 0.68% | 0.81% | - |
| XYZ | 34.03 | 49.58 | 57.07 | - |
| YUV | 163.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 191 | 0.68 | 0 | 0.08 | 0.19 | 173.14 | 0.59 | 0.54 |
| Hex | 43 | CF | BF | 44 | 0 | 8 | 13 | AD | 3B | 36 |
| Octal | 103 | 317 | 277 | 104 | 0 | 10 | 23 | 255 | 73 | 66 |
| Binary | 1000011 | 11001111 | 10111111 | 1000100 | 0 | 1000 | 10011 | 10101101 | 111011 | 110110 |
Color Harmonies of #43CFBF
Complementary color
Monochromatic Colors of #43CFBF
Black with #43CFBF
Text Example
Text Example
White with #43CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFBF; }
p { color: rgb(67,207,191); }
H1.HeaderClassName
{
color: #43CFBF;
}
.AnyTagClassName
{
color: #43CFBF;
}
</style>
background-color css
<style>
a { background-color: #43CFBF; }
a { background-color: rgb(67,207,191); }
div.DivClassName
{
background-color: #43CFBF;
}
.BgClassName
{
background-color: #43CFBF;
}
</style>
border-color css
<style>
span { border-color: #43CFBF; }
span { border-color: rgb(67,207,191); }
td.TdClassName
{
border-color: #43CFBF;
}
.TagClassName
{
border-color: #43CFBF;
}
</style>