Shades of Turquoise #43ECC8
Tints of Turquoise #43ECC8
RGB
CMYK
RGB Variations
Color information
#43ECC8 (or 0x43ECC8) is known color: Turquoise. HEX triplet: 43, EC and C8. RGB value is (67,236,200). Sum of RGB (Red+Green+Blue) = 67+236+200=503 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.32% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECC8 is #BC1337. Grayscale: #B5B5B5. Windows color (decimal): -12325688 or 13167683. OLE color: 13167683.
HSL color Cylindrical-coordinate representation of color #43ECC8: hue angle of 167.22º 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 #43ECC8 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 200 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.07 |
| HSL | 167.22º | 0.82% | 0.59% | - |
| HSV(B) | 167.22º | 0.72% | 0.93% | - |
| XYZ | 42.74 | 65.35 | 65.01 | - |
| YUV | 181.37 | 138.51 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 200 | 0.72 | 0 | 0.15 | 0.07 | 167.22 | 0.82 | 0.59 |
| Hex | 43 | EC | C8 | 48 | 0 | F | 7 | A7 | 52 | 3B |
| Octal | 103 | 354 | 310 | 110 | 0 | 17 | 7 | 247 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11001000 | 1001000 | 0 | 1111 | 111 | 10100111 | 1010010 | 111011 |
Color Harmonies of #43ECC8
Complementary color
Monochromatic Colors of #43ECC8
Black with #43ECC8
Text Example
Text Example
White with #43ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECC8; }
p { color: rgb(67,236,200); }
H1.HeaderClassName
{
color: #43ECC8;
}
.AnyTagClassName
{
color: #43ECC8;
}
</style>
background-color css
<style>
a { background-color: #43ECC8; }
a { background-color: rgb(67,236,200); }
div.DivClassName
{
background-color: #43ECC8;
}
.BgClassName
{
background-color: #43ECC8;
}
</style>
border-color css
<style>
span { border-color: #43ECC8; }
span { border-color: rgb(67,236,200); }
td.TdClassName
{
border-color: #43ECC8;
}
.TagClassName
{
border-color: #43ECC8;
}
</style>