Shades of Turquoise #43FCBA
Tints of Turquoise #43FCBA
RGB
CMYK
RGB Variations
Color information
#43FCBA (or 0x43FCBA) is known color: Turquoise. HEX triplet: 43, FC and BA. RGB value is (67,252,186). Sum of RGB (Red+Green+Blue) = 67+252+186=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCBA is #BC0345. Grayscale: #BDBDBD. Windows color (decimal): -12321606 or 12254275. OLE color: 12254275.
HSL color Cylindrical-coordinate representation of color #43FCBA: hue angle of 158.59º 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 #43FCBA is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 186 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.01 |
| HSL | 158.59º | 0.97% | 0.63% | - |
| HSV(B) | 158.59º | 0.73% | 0.99% | - |
| XYZ | 45.99 | 74.36 | 58.38 | - |
| YUV | 189.16 | 126.21 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 186 | 0.73 | 0 | 0.26 | 0.01 | 158.59 | 0.97 | 0.63 |
| Hex | 43 | FC | BA | 49 | 0 | 1A | 1 | 9F | 61 | 3F |
| Octal | 103 | 374 | 272 | 111 | 0 | 32 | 1 | 237 | 141 | 77 |
| Binary | 1000011 | 11111100 | 10111010 | 1001001 | 0 | 11010 | 1 | 10011111 | 1100001 | 111111 |
Color Harmonies of #43FCBA
Complementary color
Monochromatic Colors of #43FCBA
Black with #43FCBA
Text Example
Text Example
White with #43FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCBA; }
p { color: rgb(67,252,186); }
H1.HeaderClassName
{
color: #43FCBA;
}
.AnyTagClassName
{
color: #43FCBA;
}
</style>
background-color css
<style>
a { background-color: #43FCBA; }
a { background-color: rgb(67,252,186); }
div.DivClassName
{
background-color: #43FCBA;
}
.BgClassName
{
background-color: #43FCBA;
}
</style>
border-color css
<style>
span { border-color: #43FCBA; }
span { border-color: rgb(67,252,186); }
td.TdClassName
{
border-color: #43FCBA;
}
.TagClassName
{
border-color: #43FCBA;
}
</style>