Shades of Medium Turquoise #43CCBD
Tints of Medium Turquoise #43CCBD
RGB
CMYK
RGB Variations
Color information
#43CCBD (or 0x43CCBD) is known color: Medium Turquoise. HEX triplet: 43, CC and BD. RGB value is (67,204,189). Sum of RGB (Red+Green+Blue) = 67+204+189=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCBD is #BC3342. Grayscale: #A1A1A1. Windows color (decimal): -12333891 or 12438595. OLE color: 12438595.
HSL color Cylindrical-coordinate representation of color #43CCBD: hue angle of 173.43º 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 #43CCBD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 189 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.2 |
| HSL | 173.43º | 0.57% | 0.53% | - |
| HSV(B) | 173.43º | 0.67% | 0.8% | - |
| XYZ | 33.09 | 48.05 | 55.68 | - |
| YUV | 161.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 189 | 0.67 | 0 | 0.07 | 0.2 | 173.43 | 0.57 | 0.53 |
| Hex | 43 | CC | BD | 43 | 0 | 7 | 14 | AD | 39 | 35 |
| Octal | 103 | 314 | 275 | 103 | 0 | 7 | 24 | 255 | 71 | 65 |
| Binary | 1000011 | 11001100 | 10111101 | 1000011 | 0 | 111 | 10100 | 10101101 | 111001 | 110101 |
Color Harmonies of #43CCBD
Complementary color
Monochromatic Colors of #43CCBD
Black with #43CCBD
Text Example
Text Example
White with #43CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCBD; }
p { color: rgb(67,204,189); }
H1.HeaderClassName
{
color: #43CCBD;
}
.AnyTagClassName
{
color: #43CCBD;
}
</style>
background-color css
<style>
a { background-color: #43CCBD; }
a { background-color: rgb(67,204,189); }
div.DivClassName
{
background-color: #43CCBD;
}
.BgClassName
{
background-color: #43CCBD;
}
</style>
border-color css
<style>
span { border-color: #43CCBD; }
span { border-color: rgb(67,204,189); }
td.TdClassName
{
border-color: #43CCBD;
}
.TagClassName
{
border-color: #43CCBD;
}
</style>