Shades of Turquoise #43DAB4
Tints of Turquoise #43DAB4
RGB
CMYK
RGB Variations
Color information
#43DAB4 (or 0x43DAB4) is known color: Turquoise. HEX triplet: 43, DA and B4. RGB value is (67,218,180). Sum of RGB (Red+Green+Blue) = 67+218+180=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #43DAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DAB4 is #BC254B. Grayscale: #A8A8A8. Windows color (decimal): -12330316 or 11852355. OLE color: 11852355.
HSL color Cylindrical-coordinate representation of color #43DAB4: hue angle of 164.9º degrees, saturation: 0.67, 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 #43DAB4 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 180 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.15 |
| HSL | 164.9º | 0.67% | 0.56% | - |
| HSV(B) | 164.9º | 0.69% | 0.85% | - |
| XYZ | 35.62 | 54.63 | 51.85 | - |
| YUV | 168.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 180 | 0.69 | 0 | 0.17 | 0.15 | 164.9 | 0.67 | 0.56 |
| Hex | 43 | DA | B4 | 45 | 0 | 11 | F | A5 | 43 | 38 |
| Octal | 103 | 332 | 264 | 105 | 0 | 21 | 17 | 245 | 103 | 70 |
| Binary | 1000011 | 11011010 | 10110100 | 1000101 | 0 | 10001 | 1111 | 10100101 | 1000011 | 111000 |
Color Harmonies of #43DAB4
Complementary color
Monochromatic Colors of #43DAB4
Black with #43DAB4
Text Example
Text Example
White with #43DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DAB4; }
p { color: rgb(67,218,180); }
H1.HeaderClassName
{
color: #43DAB4;
}
.AnyTagClassName
{
color: #43DAB4;
}
</style>
background-color css
<style>
a { background-color: #43DAB4; }
a { background-color: rgb(67,218,180); }
div.DivClassName
{
background-color: #43DAB4;
}
.BgClassName
{
background-color: #43DAB4;
}
</style>
border-color css
<style>
span { border-color: #43DAB4; }
span { border-color: rgb(67,218,180); }
td.TdClassName
{
border-color: #43DAB4;
}
.TagClassName
{
border-color: #43DAB4;
}
</style>