Shades of Medium Turquoise #43CFBA
Tints of Medium Turquoise #43CFBA
RGB
CMYK
RGB Variations
Color information
#43CFBA (or 0x43CFBA) is known color: Medium Turquoise. HEX triplet: 43, CF and BA. RGB value is (67,207,186). Sum of RGB (Red+Green+Blue) = 67+207+186=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFBA is #BC3045. Grayscale: #A2A2A2. Windows color (decimal): -12333126 or 12242755. OLE color: 12242755.
HSL color Cylindrical-coordinate representation of color #43CFBA: hue angle of 171º 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 #43CFBA is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 186 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.19 |
| HSL | 171º | 0.59% | 0.54% | - |
| HSV(B) | 171º | 0.68% | 0.81% | - |
| XYZ | 33.49 | 49.36 | 54.22 | - |
| YUV | 162.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 186 | 0.68 | 0 | 0.10 | 0.19 | 171 | 0.59 | 0.54 |
| Hex | 43 | CF | BA | 44 | 0 | A | 13 | AB | 3B | 36 |
| Octal | 103 | 317 | 272 | 104 | 0 | 12 | 23 | 253 | 73 | 66 |
| Binary | 1000011 | 11001111 | 10111010 | 1000100 | 0 | 1010 | 10011 | 10101011 | 111011 | 110110 |
Color Harmonies of #43CFBA
Complementary color
Monochromatic Colors of #43CFBA
Black with #43CFBA
Text Example
Text Example
White with #43CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFBA; }
p { color: rgb(67,207,186); }
H1.HeaderClassName
{
color: #43CFBA;
}
.AnyTagClassName
{
color: #43CFBA;
}
</style>
background-color css
<style>
a { background-color: #43CFBA; }
a { background-color: rgb(67,207,186); }
div.DivClassName
{
background-color: #43CFBA;
}
.BgClassName
{
background-color: #43CFBA;
}
</style>
border-color css
<style>
span { border-color: #43CFBA; }
span { border-color: rgb(67,207,186); }
td.TdClassName
{
border-color: #43CFBA;
}
.TagClassName
{
border-color: #43CFBA;
}
</style>