Shades of Medium Turquoise #43CBB6
Tints of Medium Turquoise #43CBB6
RGB
CMYK
RGB Variations
Color information
#43CBB6 (or 0x43CBB6) is known color: Medium Turquoise. HEX triplet: 43, CB and B6. RGB value is (67,203,182). Sum of RGB (Red+Green+Blue) = 67+203+182=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBB6 is #BC3449. Grayscale: #9F9F9F. Windows color (decimal): -12334154 or 11979587. OLE color: 11979587.
HSL color Cylindrical-coordinate representation of color #43CBB6: hue angle of 170.74º 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 #43CBB6 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 182 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.20 |
| HSL | 170.74º | 0.57% | 0.53% | - |
| HSV(B) | 170.74º | 0.67% | 0.8% | - |
| XYZ | 32.11 | 47.28 | 51.69 | - |
| YUV | 159.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 182 | 0.67 | 0 | 0.10 | 0.20 | 170.74 | 0.57 | 0.53 |
| Hex | 43 | CB | B6 | 43 | 0 | A | 14 | AB | 39 | 35 |
| Octal | 103 | 313 | 266 | 103 | 0 | 12 | 24 | 253 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10110110 | 1000011 | 0 | 1010 | 10100 | 10101011 | 111001 | 110101 |
Color Harmonies of #43CBB6
Complementary color
Monochromatic Colors of #43CBB6
Black with #43CBB6
Text Example
Text Example
White with #43CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBB6; }
p { color: rgb(67,203,182); }
H1.HeaderClassName
{
color: #43CBB6;
}
.AnyTagClassName
{
color: #43CBB6;
}
</style>
background-color css
<style>
a { background-color: #43CBB6; }
a { background-color: rgb(67,203,182); }
div.DivClassName
{
background-color: #43CBB6;
}
.BgClassName
{
background-color: #43CBB6;
}
</style>
border-color css
<style>
span { border-color: #43CBB6; }
span { border-color: rgb(67,203,182); }
td.TdClassName
{
border-color: #43CBB6;
}
.TagClassName
{
border-color: #43CBB6;
}
</style>