Shades of Turquoise #43DCDA
Tints of Turquoise #43DCDA
RGB
CMYK
RGB Variations
Color information
#43DCDA (or 0x43DCDA) is known color: Turquoise. HEX triplet: 43, DC and DA. RGB value is (67,220,218). Sum of RGB (Red+Green+Blue) = 67+220+218=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #43DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCDA is #BC2325. Grayscale: #ADADAD. Windows color (decimal): -12329766 or 14343235. OLE color: 14343235.
HSL color Cylindrical-coordinate representation of color #43DCDA: hue angle of 179.22º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DCDA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 218 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.14 |
| HSL | 179.22º | 0.69% | 0.56% | - |
| HSV(B) | 179.22º | 0.7% | 0.86% | - |
| XYZ | 40.56 | 57.44 | 75.28 | - |
| YUV | 174.03 | 152.81 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 218 | 0.70 | 0 | 0.01 | 0.14 | 179.22 | 0.69 | 0.56 |
| Hex | 43 | DC | DA | 46 | 0 | 1 | E | B3 | 45 | 38 |
| Octal | 103 | 334 | 332 | 106 | 0 | 1 | 16 | 263 | 105 | 70 |
| Binary | 1000011 | 11011100 | 11011010 | 1000110 | 0 | 1 | 1110 | 10110011 | 1000101 | 111000 |
Color Harmonies of #43DCDA
Complementary color
Monochromatic Colors of #43DCDA
Black with #43DCDA
Text Example
Text Example
White with #43DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCDA; }
p { color: rgb(67,220,218); }
H1.HeaderClassName
{
color: #43DCDA;
}
.AnyTagClassName
{
color: #43DCDA;
}
</style>
background-color css
<style>
a { background-color: #43DCDA; }
a { background-color: rgb(67,220,218); }
div.DivClassName
{
background-color: #43DCDA;
}
.BgClassName
{
background-color: #43DCDA;
}
</style>
border-color css
<style>
span { border-color: #43DCDA; }
span { border-color: rgb(67,220,218); }
td.TdClassName
{
border-color: #43DCDA;
}
.TagClassName
{
border-color: #43DCDA;
}
</style>