Shades of Turquoise #43FEDB
Tints of Turquoise #43FEDB
RGB
CMYK
RGB Variations
Color information
#43FEDB (or 0x43FEDB) is known color: Turquoise. HEX triplet: 43, FE and DB. RGB value is (67,254,219). Sum of RGB (Red+Green+Blue) = 67+254+219=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEDB is #BC0124. Grayscale: #C2C2C2. Windows color (decimal): -12321061 or 14417475. OLE color: 14417475.
HSL color Cylindrical-coordinate representation of color #43FEDB: hue angle of 168.77º 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 #43FEDB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 219 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.00 |
| HSL | 168.77º | 0.99% | 0.63% | - |
| HSV(B) | 168.77º | 0.74% | 1% | - |
| XYZ | 50.54 | 77.19 | 79.25 | - |
| YUV | 194.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 219 | 0.74 | 0 | 0.14 | 0.00 | 168.77 | 0.99 | 0.63 |
| Hex | 43 | FE | DB | 4A | 0 | E | 0 | A9 | 63 | 3F |
| Octal | 103 | 376 | 333 | 112 | 0 | 16 | 0 | 251 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11011011 | 1001010 | 0 | 1110 | 0 | 10101001 | 1100011 | 111111 |
Color Harmonies of #43FEDB
Complementary color
Monochromatic Colors of #43FEDB
Black with #43FEDB
Text Example
Text Example
White with #43FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEDB; }
p { color: rgb(67,254,219); }
H1.HeaderClassName
{
color: #43FEDB;
}
.AnyTagClassName
{
color: #43FEDB;
}
</style>
background-color css
<style>
a { background-color: #43FEDB; }
a { background-color: rgb(67,254,219); }
div.DivClassName
{
background-color: #43FEDB;
}
.BgClassName
{
background-color: #43FEDB;
}
</style>
border-color css
<style>
span { border-color: #43FEDB; }
span { border-color: rgb(67,254,219); }
td.TdClassName
{
border-color: #43FEDB;
}
.TagClassName
{
border-color: #43FEDB;
}
</style>