Shades of Turquoise #43ECDC
Tints of Turquoise #43ECDC
RGB
CMYK
RGB Variations
Color information
#43ECDC (or 0x43ECDC) is known color: Turquoise. HEX triplet: 43, EC and DC. RGB value is (67,236,220). Sum of RGB (Red+Green+Blue) = 67+236+220=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECDC is #BC1323. Grayscale: #B7B7B7. Windows color (decimal): -12325668 or 14478403. OLE color: 14478403.
HSL color Cylindrical-coordinate representation of color #43ECDC: hue angle of 174.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43ECDC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 220 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.07 |
| HSL | 174.32º | 0.82% | 0.59% | - |
| HSV(B) | 174.32º | 0.72% | 0.93% | - |
| XYZ | 45.23 | 66.35 | 78.13 | - |
| YUV | 183.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 220 | 0.72 | 0 | 0.07 | 0.07 | 174.32 | 0.82 | 0.59 |
| Hex | 43 | EC | DC | 48 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 103 | 354 | 334 | 110 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11011100 | 1001000 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #43ECDC
Complementary color
Monochromatic Colors of #43ECDC
Black with #43ECDC
Text Example
Text Example
White with #43ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECDC; }
p { color: rgb(67,236,220); }
H1.HeaderClassName
{
color: #43ECDC;
}
.AnyTagClassName
{
color: #43ECDC;
}
</style>
background-color css
<style>
a { background-color: #43ECDC; }
a { background-color: rgb(67,236,220); }
div.DivClassName
{
background-color: #43ECDC;
}
.BgClassName
{
background-color: #43ECDC;
}
</style>
border-color css
<style>
span { border-color: #43ECDC; }
span { border-color: rgb(67,236,220); }
td.TdClassName
{
border-color: #43ECDC;
}
.TagClassName
{
border-color: #43ECDC;
}
</style>