Shades of Turquoise #43E0B5
Tints of Turquoise #43E0B5
RGB
CMYK
RGB Variations
Color information
#43E0B5 (or 0x43E0B5) is known color: Turquoise. HEX triplet: 43, E0 and B5. RGB value is (67,224,181). Sum of RGB (Red+Green+Blue) = 67+224+181=472 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.19% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0B5 is #BC1F4A. Grayscale: #ACACAC. Windows color (decimal): -12328779 or 11919427. OLE color: 11919427.
HSL color Cylindrical-coordinate representation of color #43E0B5: hue angle of 163.57º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E0B5 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 181 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.12 |
| HSL | 163.57º | 0.72% | 0.57% | - |
| HSV(B) | 163.57º | 0.7% | 0.88% | - |
| XYZ | 37.31 | 57.84 | 52.91 | - |
| YUV | 172.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 181 | 0.70 | 0 | 0.19 | 0.12 | 163.57 | 0.72 | 0.57 |
| Hex | 43 | E0 | B5 | 46 | 0 | 13 | C | A4 | 48 | 39 |
| Octal | 103 | 340 | 265 | 106 | 0 | 23 | 14 | 244 | 110 | 71 |
| Binary | 1000011 | 11100000 | 10110101 | 1000110 | 0 | 10011 | 1100 | 10100100 | 1001000 | 111001 |
Color Harmonies of #43E0B5
Complementary color
Monochromatic Colors of #43E0B5
Black with #43E0B5
Text Example
Text Example
White with #43E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E0B5; }
p { color: rgb(67,224,181); }
H1.HeaderClassName
{
color: #43E0B5;
}
.AnyTagClassName
{
color: #43E0B5;
}
</style>
background-color css
<style>
a { background-color: #43E0B5; }
a { background-color: rgb(67,224,181); }
div.DivClassName
{
background-color: #43E0B5;
}
.BgClassName
{
background-color: #43E0B5;
}
</style>
border-color css
<style>
span { border-color: #43E0B5; }
span { border-color: rgb(67,224,181); }
td.TdClassName
{
border-color: #43E0B5;
}
.TagClassName
{
border-color: #43E0B5;
}
</style>