Shades of Medium Turquoise #43CBB5
Tints of Medium Turquoise #43CBB5
RGB
CMYK
RGB Variations
Color information
#43CBB5 (or 0x43CBB5) is known color: Medium Turquoise. HEX triplet: 43, CB and B5. RGB value is (67,203,181). Sum of RGB (Red+Green+Blue) = 67+203+181=451 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.86% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBB5 is #BC344A. Grayscale: #9F9F9F. Windows color (decimal): -12334155 or 11914051. OLE color: 11914051.
HSL color Cylindrical-coordinate representation of color #43CBB5: hue angle of 170.29º 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 #43CBB5 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 181 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.20 |
| HSL | 170.29º | 0.57% | 0.53% | - |
| HSV(B) | 170.29º | 0.67% | 0.8% | - |
| XYZ | 32.01 | 47.24 | 51.15 | - |
| YUV | 159.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 181 | 0.67 | 0 | 0.11 | 0.20 | 170.29 | 0.57 | 0.53 |
| Hex | 43 | CB | B5 | 43 | 0 | B | 14 | AA | 39 | 35 |
| Octal | 103 | 313 | 265 | 103 | 0 | 13 | 24 | 252 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10110101 | 1000011 | 0 | 1011 | 10100 | 10101010 | 111001 | 110101 |
Color Harmonies of #43CBB5
Complementary color
Monochromatic Colors of #43CBB5
Black with #43CBB5
Text Example
Text Example
White with #43CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBB5; }
p { color: rgb(67,203,181); }
H1.HeaderClassName
{
color: #43CBB5;
}
.AnyTagClassName
{
color: #43CBB5;
}
</style>
background-color css
<style>
a { background-color: #43CBB5; }
a { background-color: rgb(67,203,181); }
div.DivClassName
{
background-color: #43CBB5;
}
.BgClassName
{
background-color: #43CBB5;
}
</style>
border-color css
<style>
span { border-color: #43CBB5; }
span { border-color: rgb(67,203,181); }
td.TdClassName
{
border-color: #43CBB5;
}
.TagClassName
{
border-color: #43CBB5;
}
</style>