Shades of Turquoise #43ECCC
Tints of Turquoise #43ECCC
RGB
CMYK
RGB Variations
Color information
#43ECCC (or 0x43ECCC) is known color: Turquoise. HEX triplet: 43, EC and CC. RGB value is (67,236,204). Sum of RGB (Red+Green+Blue) = 67+236+204=507 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.21% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECCC is #BC1333. Grayscale: #B5B5B5. Windows color (decimal): -12325684 or 13429827. OLE color: 13429827.
HSL color Cylindrical-coordinate representation of color #43ECCC: hue angle of 168.64º 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 #43ECCC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 204 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.07 |
| HSL | 168.64º | 0.82% | 0.59% | - |
| HSV(B) | 168.64º | 0.72% | 0.93% | - |
| XYZ | 43.21 | 65.54 | 67.5 | - |
| YUV | 181.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 204 | 0.72 | 0 | 0.14 | 0.07 | 168.64 | 0.82 | 0.59 |
| Hex | 43 | EC | CC | 48 | 0 | E | 7 | A9 | 52 | 3B |
| Octal | 103 | 354 | 314 | 110 | 0 | 16 | 7 | 251 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11001100 | 1001000 | 0 | 1110 | 111 | 10101001 | 1010010 | 111011 |
Color Harmonies of #43ECCC
Complementary color
Monochromatic Colors of #43ECCC
Black with #43ECCC
Text Example
Text Example
White with #43ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECCC; }
p { color: rgb(67,236,204); }
H1.HeaderClassName
{
color: #43ECCC;
}
.AnyTagClassName
{
color: #43ECCC;
}
</style>
background-color css
<style>
a { background-color: #43ECCC; }
a { background-color: rgb(67,236,204); }
div.DivClassName
{
background-color: #43ECCC;
}
.BgClassName
{
background-color: #43ECCC;
}
</style>
border-color css
<style>
span { border-color: #43ECCC; }
span { border-color: rgb(67,236,204); }
td.TdClassName
{
border-color: #43ECCC;
}
.TagClassName
{
border-color: #43ECCC;
}
</style>