Shades of Medium Turquoise #43CBB7
Tints of Medium Turquoise #43CBB7
RGB
CMYK
RGB Variations
Color information
#43CBB7 (or 0x43CBB7) is known color: Medium Turquoise. HEX triplet: 43, CB and B7. RGB value is (67,203,183). Sum of RGB (Red+Green+Blue) = 67+203+183=453 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.79% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBB7 is #BC3448. Grayscale: #A0A0A0. Windows color (decimal): -12334153 or 12045123. OLE color: 12045123.
HSL color Cylindrical-coordinate representation of color #43CBB7: hue angle of 171.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CBB7 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 183 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.20 |
| HSL | 171.18º | 0.57% | 0.53% | - |
| HSV(B) | 171.18º | 0.67% | 0.8% | - |
| XYZ | 32.22 | 47.32 | 52.24 | - |
| YUV | 160.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 183 | 0.67 | 0 | 0.10 | 0.20 | 171.18 | 0.57 | 0.53 |
| Hex | 43 | CB | B7 | 43 | 0 | A | 14 | AB | 39 | 35 |
| Octal | 103 | 313 | 267 | 103 | 0 | 12 | 24 | 253 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10110111 | 1000011 | 0 | 1010 | 10100 | 10101011 | 111001 | 110101 |
Color Harmonies of #43CBB7
Complementary color
Monochromatic Colors of #43CBB7
Black with #43CBB7
Text Example
Text Example
White with #43CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBB7; }
p { color: rgb(67,203,183); }
H1.HeaderClassName
{
color: #43CBB7;
}
.AnyTagClassName
{
color: #43CBB7;
}
</style>
background-color css
<style>
a { background-color: #43CBB7; }
a { background-color: rgb(67,203,183); }
div.DivClassName
{
background-color: #43CBB7;
}
.BgClassName
{
background-color: #43CBB7;
}
</style>
border-color css
<style>
span { border-color: #43CBB7; }
span { border-color: rgb(67,203,183); }
td.TdClassName
{
border-color: #43CBB7;
}
.TagClassName
{
border-color: #43CBB7;
}
</style>