Shades of Turquoise #43FFB2
Tints of Turquoise #43FFB2
RGB
CMYK
RGB Variations
Color information
#43FFB2 (or 0x43FFB2) is known color: Turquoise. HEX triplet: 43, FF and B2. RGB value is (67,255,178). Sum of RGB (Red+Green+Blue) = 67+255+178=500 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FFB2 is #BC004D. Grayscale: #BEBEBE. Windows color (decimal): -12320846 or 11730755. OLE color: 11730755.
HSL color Cylindrical-coordinate representation of color #43FFB2: hue angle of 155.43º 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 #43FFB2 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 178 | - |
| CMYK | 0.74 | 0 | 0.30 | 0 |
| HSL | 155.43º | 1% | 0.63% | - |
| HSV(B) | 155.43º | 0.74% | 1% | - |
| XYZ | 46.11 | 75.93 | 54.34 | - |
| YUV | 190.01 | 121.22 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 178 | 0.74 | 0 | 0.30 | 0 | 155.43 | 1 | 0.63 |
| Hex | 43 | FF | B2 | 4A | 0 | 1E | 0 | 9B | 64 | 3F |
| Octal | 103 | 377 | 262 | 112 | 0 | 36 | 0 | 233 | 144 | 77 |
| Binary | 1000011 | 11111111 | 10110010 | 1001010 | 0 | 11110 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #43FFB2
Complementary color
Monochromatic Colors of #43FFB2
Black with #43FFB2
Text Example
Text Example
White with #43FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFB2; }
p { color: rgb(67,255,178); }
H1.HeaderClassName
{
color: #43FFB2;
}
.AnyTagClassName
{
color: #43FFB2;
}
</style>
background-color css
<style>
a { background-color: #43FFB2; }
a { background-color: rgb(67,255,178); }
div.DivClassName
{
background-color: #43FFB2;
}
.BgClassName
{
background-color: #43FFB2;
}
</style>
border-color css
<style>
span { border-color: #43FFB2; }
span { border-color: rgb(67,255,178); }
td.TdClassName
{
border-color: #43FFB2;
}
.TagClassName
{
border-color: #43FFB2;
}
</style>