Shades of Medium Turquoise #43CBBD
Tints of Medium Turquoise #43CBBD
RGB
CMYK
RGB Variations
Color information
#43CBBD (or 0x43CBBD) is known color: Medium Turquoise. HEX triplet: 43, CB and BD. RGB value is (67,203,189). Sum of RGB (Red+Green+Blue) = 67+203+189=459 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.60% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBBD is #BC3442. Grayscale: #A0A0A0. Windows color (decimal): -12334147 or 12438339. OLE color: 12438339.
HSL color Cylindrical-coordinate representation of color #43CBBD: hue angle of 173.82º 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 #43CBBD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 189 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.20 |
| HSL | 173.82º | 0.57% | 0.53% | - |
| HSV(B) | 173.82º | 0.67% | 0.8% | - |
| XYZ | 32.86 | 47.58 | 55.6 | - |
| YUV | 160.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 189 | 0.67 | 0 | 0.07 | 0.20 | 173.82 | 0.57 | 0.53 |
| Hex | 43 | CB | BD | 43 | 0 | 7 | 14 | AE | 39 | 35 |
| Octal | 103 | 313 | 275 | 103 | 0 | 7 | 24 | 256 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10111101 | 1000011 | 0 | 111 | 10100 | 10101110 | 111001 | 110101 |
Color Harmonies of #43CBBD
Complementary color
Monochromatic Colors of #43CBBD
Black with #43CBBD
Text Example
Text Example
White with #43CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBBD; }
p { color: rgb(67,203,189); }
H1.HeaderClassName
{
color: #43CBBD;
}
.AnyTagClassName
{
color: #43CBBD;
}
</style>
background-color css
<style>
a { background-color: #43CBBD; }
a { background-color: rgb(67,203,189); }
div.DivClassName
{
background-color: #43CBBD;
}
.BgClassName
{
background-color: #43CBBD;
}
</style>
border-color css
<style>
span { border-color: #43CBBD; }
span { border-color: rgb(67,203,189); }
td.TdClassName
{
border-color: #43CBBD;
}
.TagClassName
{
border-color: #43CBBD;
}
</style>