Shades of Turquoise #43FEDA
Tints of Turquoise #43FEDA
RGB
CMYK
RGB Variations
Color information
#43FEDA (or 0x43FEDA) is known color: Turquoise. HEX triplet: 43, FE and DA. RGB value is (67,254,218). Sum of RGB (Red+Green+Blue) = 67+254+218=539 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.43% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEDA is #BC0125. Grayscale: #C1C1C1. Windows color (decimal): -12321062 or 14351939. OLE color: 14351939.
HSL color Cylindrical-coordinate representation of color #43FEDA: hue angle of 168.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FEDA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 218 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.00 |
| HSL | 168.45º | 0.99% | 0.63% | - |
| HSV(B) | 168.45º | 0.74% | 1% | - |
| XYZ | 50.41 | 77.14 | 78.56 | - |
| YUV | 193.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 218 | 0.74 | 0 | 0.14 | 0.00 | 168.45 | 0.99 | 0.63 |
| Hex | 43 | FE | DA | 4A | 0 | E | 0 | A8 | 63 | 3F |
| Octal | 103 | 376 | 332 | 112 | 0 | 16 | 0 | 250 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11011010 | 1001010 | 0 | 1110 | 0 | 10101000 | 1100011 | 111111 |
Color Harmonies of #43FEDA
Complementary color
Monochromatic Colors of #43FEDA
Black with #43FEDA
Text Example
Text Example
White with #43FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEDA; }
p { color: rgb(67,254,218); }
H1.HeaderClassName
{
color: #43FEDA;
}
.AnyTagClassName
{
color: #43FEDA;
}
</style>
background-color css
<style>
a { background-color: #43FEDA; }
a { background-color: rgb(67,254,218); }
div.DivClassName
{
background-color: #43FEDA;
}
.BgClassName
{
background-color: #43FEDA;
}
</style>
border-color css
<style>
span { border-color: #43FEDA; }
span { border-color: rgb(67,254,218); }
td.TdClassName
{
border-color: #43FEDA;
}
.TagClassName
{
border-color: #43FEDA;
}
</style>