Shades of Medium Turquoise #43D6B8
Tints of Medium Turquoise #43D6B8
RGB
CMYK
RGB Variations
Color information
#43D6B8 (or 0x43D6B8) is known color: Medium Turquoise. HEX triplet: 43, D6 and B8. RGB value is (67,214,184). Sum of RGB (Red+Green+Blue) = 67+214+184=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #43D6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D6B8 is #BC2947. Grayscale: #A6A6A6. Windows color (decimal): -12331336 or 12113475. OLE color: 12113475.
HSL color Cylindrical-coordinate representation of color #43D6B8: hue angle of 167.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D6B8 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 184 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.16 |
| HSL | 167.76º | 0.64% | 0.55% | - |
| HSV(B) | 167.76º | 0.69% | 0.84% | - |
| XYZ | 35.01 | 52.75 | 53.68 | - |
| YUV | 166.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 184 | 0.69 | 0 | 0.14 | 0.16 | 167.76 | 0.64 | 0.55 |
| Hex | 43 | D6 | B8 | 45 | 0 | E | 10 | A8 | 40 | 37 |
| Octal | 103 | 326 | 270 | 105 | 0 | 16 | 20 | 250 | 100 | 67 |
| Binary | 1000011 | 11010110 | 10111000 | 1000101 | 0 | 1110 | 10000 | 10101000 | 1000000 | 110111 |
Color Harmonies of #43D6B8
Complementary color
Monochromatic Colors of #43D6B8
Black with #43D6B8
Text Example
Text Example
White with #43D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D6B8; }
p { color: rgb(67,214,184); }
H1.HeaderClassName
{
color: #43D6B8;
}
.AnyTagClassName
{
color: #43D6B8;
}
</style>
background-color css
<style>
a { background-color: #43D6B8; }
a { background-color: rgb(67,214,184); }
div.DivClassName
{
background-color: #43D6B8;
}
.BgClassName
{
background-color: #43D6B8;
}
</style>
border-color css
<style>
span { border-color: #43D6B8; }
span { border-color: rgb(67,214,184); }
td.TdClassName
{
border-color: #43D6B8;
}
.TagClassName
{
border-color: #43D6B8;
}
</style>