Shades of Turquoise #43EABD
Tints of Turquoise #43EABD
RGB
CMYK
RGB Variations
Color information
#43EABD (or 0x43EABD) is known color: Turquoise. HEX triplet: 43, EA and BD. RGB value is (67,234,189). Sum of RGB (Red+Green+Blue) = 67+234+189=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #43EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EABD is #BC1542. Grayscale: #B2B2B2. Windows color (decimal): -12326211 or 12446275. OLE color: 12446275.
HSL color Cylindrical-coordinate representation of color #43EABD: hue angle of 163.83º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43EABD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 234 | 189 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.08 |
| HSL | 163.83º | 0.8% | 0.59% | - |
| HSV(B) | 163.83º | 0.71% | 0.92% | - |
| XYZ | 40.92 | 63.71 | 58.29 | - |
| YUV | 178.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 234 | 189 | 0.71 | 0 | 0.19 | 0.08 | 163.83 | 0.8 | 0.59 |
| Hex | 43 | EA | BD | 47 | 0 | 13 | 8 | A4 | 50 | 3B |
| Octal | 103 | 352 | 275 | 107 | 0 | 23 | 10 | 244 | 120 | 73 |
| Binary | 1000011 | 11101010 | 10111101 | 1000111 | 0 | 10011 | 1000 | 10100100 | 1010000 | 111011 |
Color Harmonies of #43EABD
Complementary color
Monochromatic Colors of #43EABD
Black with #43EABD
Text Example
Text Example
White with #43EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EABD; }
p { color: rgb(67,234,189); }
H1.HeaderClassName
{
color: #43EABD;
}
.AnyTagClassName
{
color: #43EABD;
}
</style>
background-color css
<style>
a { background-color: #43EABD; }
a { background-color: rgb(67,234,189); }
div.DivClassName
{
background-color: #43EABD;
}
.BgClassName
{
background-color: #43EABD;
}
</style>
border-color css
<style>
span { border-color: #43EABD; }
span { border-color: rgb(67,234,189); }
td.TdClassName
{
border-color: #43EABD;
}
.TagClassName
{
border-color: #43EABD;
}
</style>