Shades of Medium Turquoise #43CBB4
Tints of Medium Turquoise #43CBB4
RGB
CMYK
RGB Variations
Color information
#43CBB4 (or 0x43CBB4) is known color: Medium Turquoise. HEX triplet: 43, CB and B4. RGB value is (67,203,180). Sum of RGB (Red+Green+Blue) = 67+203+180=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBB4 is #BC344B. Grayscale: #9F9F9F. Windows color (decimal): -12334156 or 11848515. OLE color: 11848515.
HSL color Cylindrical-coordinate representation of color #43CBB4: hue angle of 169.85º 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 #43CBB4 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 180 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.20 |
| HSL | 169.85º | 0.57% | 0.53% | - |
| HSV(B) | 169.85º | 0.67% | 0.8% | - |
| XYZ | 31.91 | 47.2 | 50.61 | - |
| YUV | 159.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 180 | 0.67 | 0 | 0.11 | 0.20 | 169.85 | 0.57 | 0.53 |
| Hex | 43 | CB | B4 | 43 | 0 | B | 14 | AA | 39 | 35 |
| Octal | 103 | 313 | 264 | 103 | 0 | 13 | 24 | 252 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10110100 | 1000011 | 0 | 1011 | 10100 | 10101010 | 111001 | 110101 |
Color Harmonies of #43CBB4
Complementary color
Monochromatic Colors of #43CBB4
Black with #43CBB4
Text Example
Text Example
White with #43CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBB4; }
p { color: rgb(67,203,180); }
H1.HeaderClassName
{
color: #43CBB4;
}
.AnyTagClassName
{
color: #43CBB4;
}
</style>
background-color css
<style>
a { background-color: #43CBB4; }
a { background-color: rgb(67,203,180); }
div.DivClassName
{
background-color: #43CBB4;
}
.BgClassName
{
background-color: #43CBB4;
}
</style>
border-color css
<style>
span { border-color: #43CBB4; }
span { border-color: rgb(67,203,180); }
td.TdClassName
{
border-color: #43CBB4;
}
.TagClassName
{
border-color: #43CBB4;
}
</style>