Shades of Turquoise #43E5BD
Tints of Turquoise #43E5BD
RGB
CMYK
RGB Variations
Color information
#43E5BD (or 0x43E5BD) is known color: Turquoise. HEX triplet: 43, E5 and BD. RGB value is (67,229,189). Sum of RGB (Red+Green+Blue) = 67+229+189=485 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.81% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #43E5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E5BD is #BC1A42. Grayscale: #AFAFAF. Windows color (decimal): -12327491 or 12444995. OLE color: 12444995.
HSL color Cylindrical-coordinate representation of color #43E5BD: hue angle of 165.19º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E5BD is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 229 | 189 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.10 |
| HSL | 165.19º | 0.76% | 0.58% | - |
| HSV(B) | 165.19º | 0.71% | 0.9% | - |
| XYZ | 39.52 | 60.91 | 57.82 | - |
| YUV | 176 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 229 | 189 | 0.71 | 0 | 0.17 | 0.10 | 165.19 | 0.76 | 0.58 |
| Hex | 43 | E5 | BD | 47 | 0 | 11 | A | A5 | 4C | 3A |
| Octal | 103 | 345 | 275 | 107 | 0 | 21 | 12 | 245 | 114 | 72 |
| Binary | 1000011 | 11100101 | 10111101 | 1000111 | 0 | 10001 | 1010 | 10100101 | 1001100 | 111010 |
Color Harmonies of #43E5BD
Complementary color
Monochromatic Colors of #43E5BD
Black with #43E5BD
Text Example
Text Example
White with #43E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E5BD; }
p { color: rgb(67,229,189); }
H1.HeaderClassName
{
color: #43E5BD;
}
.AnyTagClassName
{
color: #43E5BD;
}
</style>
background-color css
<style>
a { background-color: #43E5BD; }
a { background-color: rgb(67,229,189); }
div.DivClassName
{
background-color: #43E5BD;
}
.BgClassName
{
background-color: #43E5BD;
}
</style>
border-color css
<style>
span { border-color: #43E5BD; }
span { border-color: rgb(67,229,189); }
td.TdClassName
{
border-color: #43E5BD;
}
.TagClassName
{
border-color: #43E5BD;
}
</style>