Shades of Turquoise #43FDB5
Tints of Turquoise #43FDB5
RGB
CMYK
RGB Variations
Color information
#43FDB5 (or 0x43FDB5) is known color: Turquoise. HEX triplet: 43, FD and B5. RGB value is (67,253,181). Sum of RGB (Red+Green+Blue) = 67+253+181=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FDB5 is #BC024A. Grayscale: #BDBDBD. Windows color (decimal): -12321355 or 11926851. OLE color: 11926851.
HSL color Cylindrical-coordinate representation of color #43FDB5: hue angle of 156.77º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FDB5 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 181 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.01 |
| HSL | 156.77º | 0.98% | 0.63% | - |
| HSV(B) | 156.77º | 0.74% | 0.99% | - |
| XYZ | 45.78 | 74.78 | 55.74 | - |
| YUV | 189.18 | 123.38 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 181 | 0.74 | 0 | 0.28 | 0.01 | 156.77 | 0.98 | 0.63 |
| Hex | 43 | FD | B5 | 4A | 0 | 1C | 1 | 9D | 62 | 3F |
| Octal | 103 | 375 | 265 | 112 | 0 | 34 | 1 | 235 | 142 | 77 |
| Binary | 1000011 | 11111101 | 10110101 | 1001010 | 0 | 11100 | 1 | 10011101 | 1100010 | 111111 |
Color Harmonies of #43FDB5
Complementary color
Monochromatic Colors of #43FDB5
Black with #43FDB5
Text Example
Text Example
White with #43FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FDB5; }
p { color: rgb(67,253,181); }
H1.HeaderClassName
{
color: #43FDB5;
}
.AnyTagClassName
{
color: #43FDB5;
}
</style>
background-color css
<style>
a { background-color: #43FDB5; }
a { background-color: rgb(67,253,181); }
div.DivClassName
{
background-color: #43FDB5;
}
.BgClassName
{
background-color: #43FDB5;
}
</style>
border-color css
<style>
span { border-color: #43FDB5; }
span { border-color: rgb(67,253,181); }
td.TdClassName
{
border-color: #43FDB5;
}
.TagClassName
{
border-color: #43FDB5;
}
</style>