Shades of Turquoise #43D8D1
Tints of Turquoise #43D8D1
RGB
CMYK
RGB Variations
Color information
#43D8D1 (or 0x43D8D1) is known color: Turquoise. HEX triplet: 43, D8 and D1. RGB value is (67,216,209). Sum of RGB (Red+Green+Blue) = 67+216+209=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #43D8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D8D1 is #BC272E. Grayscale: #AAAAAA. Windows color (decimal): -12330799 or 13752387. OLE color: 13752387.
HSL color Cylindrical-coordinate representation of color #43D8D1: hue angle of 177.18º 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 #43D8D1 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 209 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.15 |
| HSL | 177.18º | 0.66% | 0.55% | - |
| HSV(B) | 177.18º | 0.69% | 0.85% | - |
| XYZ | 38.38 | 54.91 | 68.9 | - |
| YUV | 170.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 209 | 0.69 | 0 | 0.03 | 0.15 | 177.18 | 0.66 | 0.55 |
| Hex | 43 | D8 | D1 | 45 | 0 | 3 | F | B1 | 42 | 37 |
| Octal | 103 | 330 | 321 | 105 | 0 | 3 | 17 | 261 | 102 | 67 |
| Binary | 1000011 | 11011000 | 11010001 | 1000101 | 0 | 11 | 1111 | 10110001 | 1000010 | 110111 |
Color Harmonies of #43D8D1
Complementary color
Monochromatic Colors of #43D8D1
Black with #43D8D1
Text Example
Text Example
White with #43D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D8D1; }
p { color: rgb(67,216,209); }
H1.HeaderClassName
{
color: #43D8D1;
}
.AnyTagClassName
{
color: #43D8D1;
}
</style>
background-color css
<style>
a { background-color: #43D8D1; }
a { background-color: rgb(67,216,209); }
div.DivClassName
{
background-color: #43D8D1;
}
.BgClassName
{
background-color: #43D8D1;
}
</style>
border-color css
<style>
span { border-color: #43D8D1; }
span { border-color: rgb(67,216,209); }
td.TdClassName
{
border-color: #43D8D1;
}
.TagClassName
{
border-color: #43D8D1;
}
</style>