Shades of Turquoise #43D9BE
Tints of Turquoise #43D9BE
RGB
CMYK
RGB Variations
Color information
#43D9BE (or 0x43D9BE) is known color: Turquoise. HEX triplet: 43, D9 and BE. RGB value is (67,217,190). Sum of RGB (Red+Green+Blue) = 67+217+190=474 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.14% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #43D9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D9BE is #BC2641. Grayscale: #A9A9A9. Windows color (decimal): -12330562 or 12507459. OLE color: 12507459.
HSL color Cylindrical-coordinate representation of color #43D9BE: hue angle of 169.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D9BE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 190 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.15 |
| HSL | 169.2º | 0.66% | 0.56% | - |
| HSV(B) | 169.2º | 0.69% | 0.85% | - |
| XYZ | 36.42 | 54.54 | 57.32 | - |
| YUV | 169.07 | 139.81 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 190 | 0.69 | 0 | 0.12 | 0.15 | 169.2 | 0.66 | 0.56 |
| Hex | 43 | D9 | BE | 45 | 0 | C | F | A9 | 42 | 38 |
| Octal | 103 | 331 | 276 | 105 | 0 | 14 | 17 | 251 | 102 | 70 |
| Binary | 1000011 | 11011001 | 10111110 | 1000101 | 0 | 1100 | 1111 | 10101001 | 1000010 | 111000 |
Color Harmonies of #43D9BE
Complementary color
Monochromatic Colors of #43D9BE
Black with #43D9BE
Text Example
Text Example
White with #43D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D9BE; }
p { color: rgb(67,217,190); }
H1.HeaderClassName
{
color: #43D9BE;
}
.AnyTagClassName
{
color: #43D9BE;
}
</style>
background-color css
<style>
a { background-color: #43D9BE; }
a { background-color: rgb(67,217,190); }
div.DivClassName
{
background-color: #43D9BE;
}
.BgClassName
{
background-color: #43D9BE;
}
</style>
border-color css
<style>
span { border-color: #43D9BE; }
span { border-color: rgb(67,217,190); }
td.TdClassName
{
border-color: #43D9BE;
}
.TagClassName
{
border-color: #43D9BE;
}
</style>