Shades of Turquoise #43FEDE
Tints of Turquoise #43FEDE
RGB
CMYK
RGB Variations
Color information
#43FEDE (or 0x43FEDE) is known color: Turquoise. HEX triplet: 43, FE and DE. RGB value is (67,254,222). Sum of RGB (Red+Green+Blue) = 67+254+222=543 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.34% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEDE is #BC0121. Grayscale: #C2C2C2. Windows color (decimal): -12321058 or 14614083. OLE color: 14614083.
HSL color Cylindrical-coordinate representation of color #43FEDE: hue angle of 169.73º 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 #43FEDE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 222 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.00 |
| HSL | 169.73º | 0.99% | 0.63% | - |
| HSV(B) | 169.73º | 0.74% | 1% | - |
| XYZ | 50.94 | 77.35 | 81.35 | - |
| YUV | 194.44 | 143.55 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 222 | 0.74 | 0 | 0.13 | 0.00 | 169.73 | 0.99 | 0.63 |
| Hex | 43 | FE | DE | 4A | 0 | D | 0 | AA | 63 | 3F |
| Octal | 103 | 376 | 336 | 112 | 0 | 15 | 0 | 252 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11011110 | 1001010 | 0 | 1101 | 0 | 10101010 | 1100011 | 111111 |
Color Harmonies of #43FEDE
Complementary color
Monochromatic Colors of #43FEDE
Black with #43FEDE
Text Example
Text Example
White with #43FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEDE; }
p { color: rgb(67,254,222); }
H1.HeaderClassName
{
color: #43FEDE;
}
.AnyTagClassName
{
color: #43FEDE;
}
</style>
background-color css
<style>
a { background-color: #43FEDE; }
a { background-color: rgb(67,254,222); }
div.DivClassName
{
background-color: #43FEDE;
}
.BgClassName
{
background-color: #43FEDE;
}
</style>
border-color css
<style>
span { border-color: #43FEDE; }
span { border-color: rgb(67,254,222); }
td.TdClassName
{
border-color: #43FEDE;
}
.TagClassName
{
border-color: #43FEDE;
}
</style>