Shades of Turquoise #43ECF6
Tints of Turquoise #43ECF6
RGB
CMYK
RGB Variations
Color information
#43ECF6 (or 0x43ECF6) is known color: Turquoise. HEX triplet: 43, EC and F6. RGB value is (67,236,246). Sum of RGB (Red+Green+Blue) = 67+236+246=549 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.20% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #43ECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECF6 is #BC1309. Grayscale: #BABABA. Windows color (decimal): -12325642 or 16182339. OLE color: 16182339.
HSL color Cylindrical-coordinate representation of color #43ECF6: hue angle of 183.35º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43ECF6 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 236 | 246 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.04 |
| HSL | 183.35º | 0.91% | 0.61% | - |
| HSV(B) | 183.35º | 0.73% | 0.96% | - |
| XYZ | 48.94 | 67.84 | 97.7 | - |
| YUV | 186.61 | 161.51 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 246 | 0.73 | 0.04 | 0 | 0.04 | 183.35 | 0.91 | 0.61 |
| Hex | 43 | EC | F6 | 49 | 4 | 0 | 4 | B7 | 5B | 3D |
| Octal | 103 | 354 | 366 | 111 | 4 | 0 | 4 | 267 | 133 | 75 |
| Binary | 1000011 | 11101100 | 11110110 | 1001001 | 100 | 0 | 100 | 10110111 | 1011011 | 111101 |
Color Harmonies of #43ECF6
Complementary color
Monochromatic Colors of #43ECF6
Black with #43ECF6
Text Example
Text Example
White with #43ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECF6; }
p { color: rgb(67,236,246); }
H1.HeaderClassName
{
color: #43ECF6;
}
.AnyTagClassName
{
color: #43ECF6;
}
</style>
background-color css
<style>
a { background-color: #43ECF6; }
a { background-color: rgb(67,236,246); }
div.DivClassName
{
background-color: #43ECF6;
}
.BgClassName
{
background-color: #43ECF6;
}
</style>
border-color css
<style>
span { border-color: #43ECF6; }
span { border-color: rgb(67,236,246); }
td.TdClassName
{
border-color: #43ECF6;
}
.TagClassName
{
border-color: #43ECF6;
}
</style>