Shades of Turquoise #43ECFC
Tints of Turquoise #43ECFC
RGB
CMYK
RGB Variations
Color information
#43ECFC (or 0x43ECFC) is known color: Turquoise. HEX triplet: 43, EC and FC. RGB value is (67,236,252). Sum of RGB (Red+Green+Blue) = 67+236+252=555 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.07% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #43ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECFC is #BC1303. Grayscale: #BBBBBB. Windows color (decimal): -12325636 or 16575555. OLE color: 16575555.
HSL color Cylindrical-coordinate representation of color #43ECFC: hue angle of 185.19º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43ECFC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 236 | 252 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.01 |
| HSL | 185.19º | 0.97% | 0.63% | - |
| HSV(B) | 185.19º | 0.73% | 0.99% | - |
| XYZ | 49.88 | 68.21 | 102.63 | - |
| YUV | 187.29 | 164.51 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 252 | 0.73 | 0.06 | 0 | 0.01 | 185.19 | 0.97 | 0.63 |
| Hex | 43 | EC | FC | 49 | 6 | 0 | 1 | B9 | 61 | 3F |
| Octal | 103 | 354 | 374 | 111 | 6 | 0 | 1 | 271 | 141 | 77 |
| Binary | 1000011 | 11101100 | 11111100 | 1001001 | 110 | 0 | 1 | 10111001 | 1100001 | 111111 |
Color Harmonies of #43ECFC
Complementary color
Monochromatic Colors of #43ECFC
Black with #43ECFC
Text Example
Text Example
White with #43ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECFC; }
p { color: rgb(67,236,252); }
H1.HeaderClassName
{
color: #43ECFC;
}
.AnyTagClassName
{
color: #43ECFC;
}
</style>
background-color css
<style>
a { background-color: #43ECFC; }
a { background-color: rgb(67,236,252); }
div.DivClassName
{
background-color: #43ECFC;
}
.BgClassName
{
background-color: #43ECFC;
}
</style>
border-color css
<style>
span { border-color: #43ECFC; }
span { border-color: rgb(67,236,252); }
td.TdClassName
{
border-color: #43ECFC;
}
.TagClassName
{
border-color: #43ECFC;
}
</style>