Shades of Turquoise #43FFB7
Tints of Turquoise #43FFB7
RGB
CMYK
RGB Variations
Color information
#43FFB7 (or 0x43FFB7) is known color: Turquoise. HEX triplet: 43, FF and B7. RGB value is (67,255,183). Sum of RGB (Red+Green+Blue) = 67+255+183=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFB7 is #BC0048. Grayscale: #BEBEBE. Windows color (decimal): -12320841 or 12058435. OLE color: 12058435.
HSL color Cylindrical-coordinate representation of color #43FFB7: hue angle of 157.02º 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 #43FFB7 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 183 | - |
| CMYK | 0.74 | 0 | 0.28 | 0 |
| HSL | 157.02º | 1% | 0.63% | - |
| HSV(B) | 157.02º | 0.74% | 1% | - |
| XYZ | 46.62 | 76.13 | 57.04 | - |
| YUV | 190.58 | 123.72 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 183 | 0.74 | 0 | 0.28 | 0 | 157.02 | 1 | 0.63 |
| Hex | 43 | FF | B7 | 4A | 0 | 1C | 0 | 9D | 64 | 3F |
| Octal | 103 | 377 | 267 | 112 | 0 | 34 | 0 | 235 | 144 | 77 |
| Binary | 1000011 | 11111111 | 10110111 | 1001010 | 0 | 11100 | 0 | 10011101 | 1100100 | 111111 |
Color Harmonies of #43FFB7
Complementary color
Monochromatic Colors of #43FFB7
Black with #43FFB7
Text Example
Text Example
White with #43FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFB7; }
p { color: rgb(67,255,183); }
H1.HeaderClassName
{
color: #43FFB7;
}
.AnyTagClassName
{
color: #43FFB7;
}
</style>
background-color css
<style>
a { background-color: #43FFB7; }
a { background-color: rgb(67,255,183); }
div.DivClassName
{
background-color: #43FFB7;
}
.BgClassName
{
background-color: #43FFB7;
}
</style>
border-color css
<style>
span { border-color: #43FFB7; }
span { border-color: rgb(67,255,183); }
td.TdClassName
{
border-color: #43FFB7;
}
.TagClassName
{
border-color: #43FFB7;
}
</style>