Shades of Turquoise #43ECDD
Tints of Turquoise #43ECDD
RGB
CMYK
RGB Variations
Color information
#43ECDD (or 0x43ECDD) is known color: Turquoise. HEX triplet: 43, EC and DD. RGB value is (67,236,221). Sum of RGB (Red+Green+Blue) = 67+236+221=524 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.79% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECDD is #BC1322. Grayscale: #B7B7B7. Windows color (decimal): -12325667 or 14543939. OLE color: 14543939.
HSL color Cylindrical-coordinate representation of color #43ECDD: hue angle of 174.67º 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 #43ECDD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 221 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.07 |
| HSL | 174.67º | 0.82% | 0.59% | - |
| HSV(B) | 174.67º | 0.72% | 0.93% | - |
| XYZ | 45.36 | 66.4 | 78.83 | - |
| YUV | 183.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 221 | 0.72 | 0 | 0.06 | 0.07 | 174.67 | 0.82 | 0.59 |
| Hex | 43 | EC | DD | 48 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 103 | 354 | 335 | 110 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11011101 | 1001000 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #43ECDD
Complementary color
Monochromatic Colors of #43ECDD
Black with #43ECDD
Text Example
Text Example
White with #43ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECDD; }
p { color: rgb(67,236,221); }
H1.HeaderClassName
{
color: #43ECDD;
}
.AnyTagClassName
{
color: #43ECDD;
}
</style>
background-color css
<style>
a { background-color: #43ECDD; }
a { background-color: rgb(67,236,221); }
div.DivClassName
{
background-color: #43ECDD;
}
.BgClassName
{
background-color: #43ECDD;
}
</style>
border-color css
<style>
span { border-color: #43ECDD; }
span { border-color: rgb(67,236,221); }
td.TdClassName
{
border-color: #43ECDD;
}
.TagClassName
{
border-color: #43ECDD;
}
</style>