Shades of Turquoise #43DCE0
Tints of Turquoise #43DCE0
RGB
CMYK
RGB Variations
Color information
#43DCE0 (or 0x43DCE0) is known color: Turquoise. HEX triplet: 43, DC and E0. RGB value is (67,220,224). Sum of RGB (Red+Green+Blue) = 67+220+224=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #43DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCE0 is #BC231F. Grayscale: #AEAEAE. Windows color (decimal): -12329760 or 14736451. OLE color: 14736451.
HSL color Cylindrical-coordinate representation of color #43DCE0: hue angle of 181.53º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DCE0 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 220 | 224 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.12 |
| HSL | 181.53º | 0.72% | 0.57% | - |
| HSV(B) | 181.53º | 0.7% | 0.88% | - |
| XYZ | 41.36 | 57.76 | 79.49 | - |
| YUV | 174.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 224 | 0.70 | 0.02 | 0 | 0.12 | 181.53 | 0.72 | 0.57 |
| Hex | 43 | DC | E0 | 46 | 2 | 0 | C | B6 | 48 | 39 |
| Octal | 103 | 334 | 340 | 106 | 2 | 0 | 14 | 266 | 110 | 71 |
| Binary | 1000011 | 11011100 | 11100000 | 1000110 | 10 | 0 | 1100 | 10110110 | 1001000 | 111001 |
Color Harmonies of #43DCE0
Complementary color
Monochromatic Colors of #43DCE0
Black with #43DCE0
Text Example
Text Example
White with #43DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCE0; }
p { color: rgb(67,220,224); }
H1.HeaderClassName
{
color: #43DCE0;
}
.AnyTagClassName
{
color: #43DCE0;
}
</style>
background-color css
<style>
a { background-color: #43DCE0; }
a { background-color: rgb(67,220,224); }
div.DivClassName
{
background-color: #43DCE0;
}
.BgClassName
{
background-color: #43DCE0;
}
</style>
border-color css
<style>
span { border-color: #43DCE0; }
span { border-color: rgb(67,220,224); }
td.TdClassName
{
border-color: #43DCE0;
}
.TagClassName
{
border-color: #43DCE0;
}
</style>