Shades of Turquoise #43ECDB
Tints of Turquoise #43ECDB
RGB
CMYK
RGB Variations
Color information
#43ECDB (or 0x43ECDB) is known color: Turquoise. HEX triplet: 43, EC and DB. RGB value is (67,236,219). Sum of RGB (Red+Green+Blue) = 67+236+219=522 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.84% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECDB is #BC1324. Grayscale: #B7B7B7. Windows color (decimal): -12325669 or 14412867. OLE color: 14412867.
HSL color Cylindrical-coordinate representation of color #43ECDB: hue angle of 173.96º 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 #43ECDB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 219 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.07 |
| HSL | 173.96º | 0.82% | 0.59% | - |
| HSV(B) | 173.96º | 0.72% | 0.93% | - |
| XYZ | 45.1 | 66.3 | 77.44 | - |
| YUV | 183.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 219 | 0.72 | 0 | 0.07 | 0.07 | 173.96 | 0.82 | 0.59 |
| Hex | 43 | EC | DB | 48 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 103 | 354 | 333 | 110 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11011011 | 1001000 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #43ECDB
Complementary color
Monochromatic Colors of #43ECDB
Black with #43ECDB
Text Example
Text Example
White with #43ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECDB; }
p { color: rgb(67,236,219); }
H1.HeaderClassName
{
color: #43ECDB;
}
.AnyTagClassName
{
color: #43ECDB;
}
</style>
background-color css
<style>
a { background-color: #43ECDB; }
a { background-color: rgb(67,236,219); }
div.DivClassName
{
background-color: #43ECDB;
}
.BgClassName
{
background-color: #43ECDB;
}
</style>
border-color css
<style>
span { border-color: #43ECDB; }
span { border-color: rgb(67,236,219); }
td.TdClassName
{
border-color: #43ECDB;
}
.TagClassName
{
border-color: #43ECDB;
}
</style>