Shades of Turquoise #43EDBC
Tints of Turquoise #43EDBC
RGB
CMYK
RGB Variations
Color information
#43EDBC (or 0x43EDBC) is known color: Turquoise. HEX triplet: 43, ED and BC. RGB value is (67,237,188). Sum of RGB (Red+Green+Blue) = 67+237+188=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDBC is #BC1243. Grayscale: #B4B4B4. Windows color (decimal): -12325444 or 12381507. OLE color: 12381507.
HSL color Cylindrical-coordinate representation of color #43EDBC: hue angle of 162.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EDBC is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 188 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.07 |
| HSL | 162.71º | 0.83% | 0.6% | - |
| HSV(B) | 162.71º | 0.72% | 0.93% | - |
| XYZ | 41.68 | 65.39 | 58 | - |
| YUV | 180.58 | 132.18 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 188 | 0.72 | 0 | 0.21 | 0.07 | 162.71 | 0.83 | 0.6 |
| Hex | 43 | ED | BC | 48 | 0 | 15 | 7 | A3 | 53 | 3C |
| Octal | 103 | 355 | 274 | 110 | 0 | 25 | 7 | 243 | 123 | 74 |
| Binary | 1000011 | 11101101 | 10111100 | 1001000 | 0 | 10101 | 111 | 10100011 | 1010011 | 111100 |
Color Harmonies of #43EDBC
Complementary color
Monochromatic Colors of #43EDBC
Black with #43EDBC
Text Example
Text Example
White with #43EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EDBC; }
p { color: rgb(67,237,188); }
H1.HeaderClassName
{
color: #43EDBC;
}
.AnyTagClassName
{
color: #43EDBC;
}
</style>
background-color css
<style>
a { background-color: #43EDBC; }
a { background-color: rgb(67,237,188); }
div.DivClassName
{
background-color: #43EDBC;
}
.BgClassName
{
background-color: #43EDBC;
}
</style>
border-color css
<style>
span { border-color: #43EDBC; }
span { border-color: rgb(67,237,188); }
td.TdClassName
{
border-color: #43EDBC;
}
.TagClassName
{
border-color: #43EDBC;
}
</style>