Shades of Turquoise #43DED4
Tints of Turquoise #43DED4
RGB
CMYK
RGB Variations
Color information
#43DED4 (or 0x43DED4) is known color: Turquoise. HEX triplet: 43, DE and D4. RGB value is (67,222,212). Sum of RGB (Red+Green+Blue) = 67+222+212=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #43DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DED4 is #BC212B. Grayscale: #AEAEAE. Windows color (decimal): -12329260 or 13950531. OLE color: 13950531.
HSL color Cylindrical-coordinate representation of color #43DED4: hue angle of 176.13º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DED4 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 212 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.13 |
| HSL | 176.13º | 0.7% | 0.57% | - |
| HSV(B) | 176.13º | 0.7% | 0.87% | - |
| XYZ | 40.32 | 58.19 | 71.39 | - |
| YUV | 174.52 | 149.15 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 212 | 0.70 | 0 | 0.05 | 0.13 | 176.13 | 0.7 | 0.57 |
| Hex | 43 | DE | D4 | 46 | 0 | 5 | D | B0 | 46 | 39 |
| Octal | 103 | 336 | 324 | 106 | 0 | 5 | 15 | 260 | 106 | 71 |
| Binary | 1000011 | 11011110 | 11010100 | 1000110 | 0 | 101 | 1101 | 10110000 | 1000110 | 111001 |
Color Harmonies of #43DED4
Complementary color
Monochromatic Colors of #43DED4
Black with #43DED4
Text Example
Text Example
White with #43DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DED4; }
p { color: rgb(67,222,212); }
H1.HeaderClassName
{
color: #43DED4;
}
.AnyTagClassName
{
color: #43DED4;
}
</style>
background-color css
<style>
a { background-color: #43DED4; }
a { background-color: rgb(67,222,212); }
div.DivClassName
{
background-color: #43DED4;
}
.BgClassName
{
background-color: #43DED4;
}
</style>
border-color css
<style>
span { border-color: #43DED4; }
span { border-color: rgb(67,222,212); }
td.TdClassName
{
border-color: #43DED4;
}
.TagClassName
{
border-color: #43DED4;
}
</style>