Shades of Medium Turquoise #43CCBE
Tints of Medium Turquoise #43CCBE
RGB
CMYK
RGB Variations
Color information
#43CCBE (or 0x43CCBE) is known color: Medium Turquoise. HEX triplet: 43, CC and BE. RGB value is (67,204,190). Sum of RGB (Red+Green+Blue) = 67+204+190=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCBE is #BC3341. Grayscale: #A1A1A1. Windows color (decimal): -12333890 or 12504131. OLE color: 12504131.
HSL color Cylindrical-coordinate representation of color #43CCBE: hue angle of 173.87º 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 #43CCBE is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 190 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.2 |
| HSL | 173.87º | 0.57% | 0.53% | - |
| HSV(B) | 173.87º | 0.67% | 0.8% | - |
| XYZ | 33.2 | 48.1 | 56.25 | - |
| YUV | 161.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 190 | 0.67 | 0 | 0.07 | 0.2 | 173.87 | 0.57 | 0.53 |
| Hex | 43 | CC | BE | 43 | 0 | 7 | 14 | AE | 39 | 35 |
| Octal | 103 | 314 | 276 | 103 | 0 | 7 | 24 | 256 | 71 | 65 |
| Binary | 1000011 | 11001100 | 10111110 | 1000011 | 0 | 111 | 10100 | 10101110 | 111001 | 110101 |
Color Harmonies of #43CCBE
Complementary color
Monochromatic Colors of #43CCBE
Black with #43CCBE
Text Example
Text Example
White with #43CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCBE; }
p { color: rgb(67,204,190); }
H1.HeaderClassName
{
color: #43CCBE;
}
.AnyTagClassName
{
color: #43CCBE;
}
</style>
background-color css
<style>
a { background-color: #43CCBE; }
a { background-color: rgb(67,204,190); }
div.DivClassName
{
background-color: #43CCBE;
}
.BgClassName
{
background-color: #43CCBE;
}
</style>
border-color css
<style>
span { border-color: #43CCBE; }
span { border-color: rgb(67,204,190); }
td.TdClassName
{
border-color: #43CCBE;
}
.TagClassName
{
border-color: #43CCBE;
}
</style>