Shades of Turquoise #43FBE8
Tints of Turquoise #43FBE8
RGB
CMYK
RGB Variations
Color information
#43FBE8 (or 0x43FBE8) is known color: Turquoise. HEX triplet: 43, FB and E8. RGB value is (67,251,232). Sum of RGB (Red+Green+Blue) = 67+251+232=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FBE8 is #BC0417. Grayscale: #C1C1C1. Windows color (decimal): -12321816 or 15268675. OLE color: 15268675.
HSL color Cylindrical-coordinate representation of color #43FBE8: hue angle of 173.8º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FBE8 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 251 | 232 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.02 |
| HSL | 173.8º | 0.96% | 0.62% | - |
| HSV(B) | 173.8º | 0.73% | 0.98% | - |
| XYZ | 51.38 | 76.01 | 88.31 | - |
| YUV | 193.82 | 149.54 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 251 | 232 | 0.73 | 0 | 0.08 | 0.02 | 173.8 | 0.96 | 0.62 |
| Hex | 43 | FB | E8 | 49 | 0 | 8 | 2 | AE | 60 | 3E |
| Octal | 103 | 373 | 350 | 111 | 0 | 10 | 2 | 256 | 140 | 76 |
| Binary | 1000011 | 11111011 | 11101000 | 1001001 | 0 | 1000 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #43FBE8
Complementary color
Monochromatic Colors of #43FBE8
Black with #43FBE8
Text Example
Text Example
White with #43FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FBE8; }
p { color: rgb(67,251,232); }
H1.HeaderClassName
{
color: #43FBE8;
}
.AnyTagClassName
{
color: #43FBE8;
}
</style>
background-color css
<style>
a { background-color: #43FBE8; }
a { background-color: rgb(67,251,232); }
div.DivClassName
{
background-color: #43FBE8;
}
.BgClassName
{
background-color: #43FBE8;
}
</style>
border-color css
<style>
span { border-color: #43FBE8; }
span { border-color: rgb(67,251,232); }
td.TdClassName
{
border-color: #43FBE8;
}
.TagClassName
{
border-color: #43FBE8;
}
</style>