Shades of Turquoise #43DDD8
Tints of Turquoise #43DDD8
RGB
CMYK
RGB Variations
Color information
#43DDD8 (or 0x43DDD8) is known color: Turquoise. HEX triplet: 43, DD and D8. RGB value is (67,221,216). Sum of RGB (Red+Green+Blue) = 67+221+216=504 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.29% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDD8 is #BC2227. Grayscale: #AEAEAE. Windows color (decimal): -12329512 or 14212419. OLE color: 14212419.
HSL color Cylindrical-coordinate representation of color #43DDD8: hue angle of 178.05º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DDD8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 216 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.13 |
| HSL | 178.05º | 0.69% | 0.56% | - |
| HSV(B) | 178.05º | 0.7% | 0.87% | - |
| XYZ | 40.57 | 57.86 | 74 | - |
| YUV | 174.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 216 | 0.70 | 0 | 0.02 | 0.13 | 178.05 | 0.69 | 0.56 |
| Hex | 43 | DD | D8 | 46 | 0 | 2 | D | B2 | 45 | 38 |
| Octal | 103 | 335 | 330 | 106 | 0 | 2 | 15 | 262 | 105 | 70 |
| Binary | 1000011 | 11011101 | 11011000 | 1000110 | 0 | 10 | 1101 | 10110010 | 1000101 | 111000 |
Color Harmonies of #43DDD8
Complementary color
Monochromatic Colors of #43DDD8
Black with #43DDD8
Text Example
Text Example
White with #43DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDD8; }
p { color: rgb(67,221,216); }
H1.HeaderClassName
{
color: #43DDD8;
}
.AnyTagClassName
{
color: #43DDD8;
}
</style>
background-color css
<style>
a { background-color: #43DDD8; }
a { background-color: rgb(67,221,216); }
div.DivClassName
{
background-color: #43DDD8;
}
.BgClassName
{
background-color: #43DDD8;
}
</style>
border-color css
<style>
span { border-color: #43DDD8; }
span { border-color: rgb(67,221,216); }
td.TdClassName
{
border-color: #43DDD8;
}
.TagClassName
{
border-color: #43DDD8;
}
</style>