Shades of Turquoise #43F2BD
Tints of Turquoise #43F2BD
RGB
CMYK
RGB Variations
Color information
#43F2BD (or 0x43F2BD) is known color: Turquoise. HEX triplet: 43, F2 and BD. RGB value is (67,242,189). Sum of RGB (Red+Green+Blue) = 67+242+189=498 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.45% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #43F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F2BD is #BC0D42. Grayscale: #B7B7B7. Windows color (decimal): -12324163 or 12448323. OLE color: 12448323.
HSL color Cylindrical-coordinate representation of color #43F2BD: hue angle of 161.83º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F2BD is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 242 | 189 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.05 |
| HSL | 161.83º | 0.87% | 0.61% | - |
| HSV(B) | 161.83º | 0.72% | 0.95% | - |
| XYZ | 43.25 | 68.37 | 59.06 | - |
| YUV | 183.63 | 131.02 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 242 | 189 | 0.72 | 0 | 0.22 | 0.05 | 161.83 | 0.87 | 0.61 |
| Hex | 43 | F2 | BD | 48 | 0 | 16 | 5 | A2 | 57 | 3D |
| Octal | 103 | 362 | 275 | 110 | 0 | 26 | 5 | 242 | 127 | 75 |
| Binary | 1000011 | 11110010 | 10111101 | 1001000 | 0 | 10110 | 101 | 10100010 | 1010111 | 111101 |
Color Harmonies of #43F2BD
Complementary color
Monochromatic Colors of #43F2BD
Black with #43F2BD
Text Example
Text Example
White with #43F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F2BD; }
p { color: rgb(67,242,189); }
H1.HeaderClassName
{
color: #43F2BD;
}
.AnyTagClassName
{
color: #43F2BD;
}
</style>
background-color css
<style>
a { background-color: #43F2BD; }
a { background-color: rgb(67,242,189); }
div.DivClassName
{
background-color: #43F2BD;
}
.BgClassName
{
background-color: #43F2BD;
}
</style>
border-color css
<style>
span { border-color: #43F2BD; }
span { border-color: rgb(67,242,189); }
td.TdClassName
{
border-color: #43F2BD;
}
.TagClassName
{
border-color: #43F2BD;
}
</style>