Shades of Turquoise #43FCEC
Tints of Turquoise #43FCEC
RGB
CMYK
RGB Variations
Color information
#43FCEC (or 0x43FCEC) is known color: Turquoise. HEX triplet: 43, FC and EC. RGB value is (67,252,236). Sum of RGB (Red+Green+Blue) = 67+252+236=555 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.07% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FCEC is #BC0313. Grayscale: #C2C2C2. Windows color (decimal): -12321556 or 15531075. OLE color: 15531075.
HSL color Cylindrical-coordinate representation of color #43FCEC: hue angle of 174.81º 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 #43FCEC is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 236 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.01 |
| HSL | 174.81º | 0.97% | 0.63% | - |
| HSV(B) | 174.81º | 0.73% | 0.99% | - |
| XYZ | 52.27 | 76.87 | 91.44 | - |
| YUV | 194.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 236 | 0.73 | 0 | 0.06 | 0.01 | 174.81 | 0.97 | 0.63 |
| Hex | 43 | FC | EC | 49 | 0 | 6 | 1 | AF | 61 | 3F |
| Octal | 103 | 374 | 354 | 111 | 0 | 6 | 1 | 257 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11101100 | 1001001 | 0 | 110 | 1 | 10101111 | 1100001 | 111111 |
Color Harmonies of #43FCEC
Complementary color
Monochromatic Colors of #43FCEC
Black with #43FCEC
Text Example
Text Example
White with #43FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCEC; }
p { color: rgb(67,252,236); }
H1.HeaderClassName
{
color: #43FCEC;
}
.AnyTagClassName
{
color: #43FCEC;
}
</style>
background-color css
<style>
a { background-color: #43FCEC; }
a { background-color: rgb(67,252,236); }
div.DivClassName
{
background-color: #43FCEC;
}
.BgClassName
{
background-color: #43FCEC;
}
</style>
border-color css
<style>
span { border-color: #43FCEC; }
span { border-color: rgb(67,252,236); }
td.TdClassName
{
border-color: #43FCEC;
}
.TagClassName
{
border-color: #43FCEC;
}
</style>