Shades of Turquoise #43FFE8
Tints of Turquoise #43FFE8
RGB
CMYK
RGB Variations
Color information
#43FFE8 (or 0x43FFE8) is known color: Turquoise. HEX triplet: 43, FF and E8. RGB value is (67,255,232). Sum of RGB (Red+Green+Blue) = 67+255+232=554 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.09% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FFE8 is #BC0017. Grayscale: #C4C4C4. Windows color (decimal): -12320792 or 15269699. OLE color: 15269699.
HSL color Cylindrical-coordinate representation of color #43FFE8: hue angle of 172.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFE8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 232 | - |
| CMYK | 0.74 | 0 | 0.09 | 0 |
| HSL | 172.66º | 1% | 0.63% | - |
| HSV(B) | 172.66º | 0.74% | 1% | - |
| XYZ | 52.64 | 78.54 | 88.73 | - |
| YUV | 196.17 | 148.22 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 232 | 0.74 | 0 | 0.09 | 0 | 172.66 | 1 | 0.63 |
| Hex | 43 | FF | E8 | 4A | 0 | 9 | 0 | AD | 64 | 3F |
| Octal | 103 | 377 | 350 | 112 | 0 | 11 | 0 | 255 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11101000 | 1001010 | 0 | 1001 | 0 | 10101101 | 1100100 | 111111 |
Color Harmonies of #43FFE8
Complementary color
Monochromatic Colors of #43FFE8
Black with #43FFE8
Text Example
Text Example
White with #43FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFE8; }
p { color: rgb(67,255,232); }
H1.HeaderClassName
{
color: #43FFE8;
}
.AnyTagClassName
{
color: #43FFE8;
}
</style>
background-color css
<style>
a { background-color: #43FFE8; }
a { background-color: rgb(67,255,232); }
div.DivClassName
{
background-color: #43FFE8;
}
.BgClassName
{
background-color: #43FFE8;
}
</style>
border-color css
<style>
span { border-color: #43FFE8; }
span { border-color: rgb(67,255,232); }
td.TdClassName
{
border-color: #43FFE8;
}
.TagClassName
{
border-color: #43FFE8;
}
</style>