Shades of Turquoise #43D8D0
Tints of Turquoise #43D8D0
RGB
CMYK
RGB Variations
Color information
#43D8D0 (or 0x43D8D0) is known color: Turquoise. HEX triplet: 43, D8 and D0. RGB value is (67,216,208). Sum of RGB (Red+Green+Blue) = 67+216+208=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #43D8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D8D0 is #BC272F. Grayscale: #AAAAAA. Windows color (decimal): -12330800 or 13686851. OLE color: 13686851.
HSL color Cylindrical-coordinate representation of color #43D8D0: hue angle of 176.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D8D0 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 208 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.15 |
| HSL | 176.78º | 0.66% | 0.55% | - |
| HSV(B) | 176.78º | 0.69% | 0.85% | - |
| XYZ | 38.26 | 54.86 | 68.25 | - |
| YUV | 170.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 208 | 0.69 | 0 | 0.04 | 0.15 | 176.78 | 0.66 | 0.55 |
| Hex | 43 | D8 | D0 | 45 | 0 | 4 | F | B1 | 42 | 37 |
| Octal | 103 | 330 | 320 | 105 | 0 | 4 | 17 | 261 | 102 | 67 |
| Binary | 1000011 | 11011000 | 11010000 | 1000101 | 0 | 100 | 1111 | 10110001 | 1000010 | 110111 |
Color Harmonies of #43D8D0
Complementary color
Monochromatic Colors of #43D8D0
Black with #43D8D0
Text Example
Text Example
White with #43D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D8D0; }
p { color: rgb(67,216,208); }
H1.HeaderClassName
{
color: #43D8D0;
}
.AnyTagClassName
{
color: #43D8D0;
}
</style>
background-color css
<style>
a { background-color: #43D8D0; }
a { background-color: rgb(67,216,208); }
div.DivClassName
{
background-color: #43D8D0;
}
.BgClassName
{
background-color: #43D8D0;
}
</style>
border-color css
<style>
span { border-color: #43D8D0; }
span { border-color: rgb(67,216,208); }
td.TdClassName
{
border-color: #43D8D0;
}
.TagClassName
{
border-color: #43D8D0;
}
</style>