Shades of Medium Turquoise #43CAB4
Tints of Medium Turquoise #43CAB4
RGB
CMYK
RGB Variations
Color information
#43CAB4 (or 0x43CAB4) is known color: Medium Turquoise. HEX triplet: 43, CA and B4. RGB value is (67,202,180). Sum of RGB (Red+Green+Blue) = 67+202+180=449 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.92% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #43CAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CAB4 is #BC354B. Grayscale: #9F9F9F. Windows color (decimal): -12334412 or 11848259. OLE color: 11848259.
HSL color Cylindrical-coordinate representation of color #43CAB4: hue angle of 170.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CAB4 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 180 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.21 |
| HSL | 170.22º | 0.56% | 0.53% | - |
| HSV(B) | 170.22º | 0.67% | 0.79% | - |
| XYZ | 31.67 | 46.73 | 50.53 | - |
| YUV | 159.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 180 | 0.67 | 0 | 0.11 | 0.21 | 170.22 | 0.56 | 0.53 |
| Hex | 43 | CA | B4 | 43 | 0 | B | 15 | AA | 38 | 35 |
| Octal | 103 | 312 | 264 | 103 | 0 | 13 | 25 | 252 | 70 | 65 |
| Binary | 1000011 | 11001010 | 10110100 | 1000011 | 0 | 1011 | 10101 | 10101010 | 111000 | 110101 |
Color Harmonies of #43CAB4
Complementary color
Monochromatic Colors of #43CAB4
Black with #43CAB4
Text Example
Text Example
White with #43CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CAB4; }
p { color: rgb(67,202,180); }
H1.HeaderClassName
{
color: #43CAB4;
}
.AnyTagClassName
{
color: #43CAB4;
}
</style>
background-color css
<style>
a { background-color: #43CAB4; }
a { background-color: rgb(67,202,180); }
div.DivClassName
{
background-color: #43CAB4;
}
.BgClassName
{
background-color: #43CAB4;
}
</style>
border-color css
<style>
span { border-color: #43CAB4; }
span { border-color: rgb(67,202,180); }
td.TdClassName
{
border-color: #43CAB4;
}
.TagClassName
{
border-color: #43CAB4;
}
</style>