Shades of Turquoise #43FFED
Tints of Turquoise #43FFED
RGB
CMYK
RGB Variations
Color information
#43FFED (or 0x43FFED) is known color: Turquoise. HEX triplet: 43, FF and ED. RGB value is (67,255,237). Sum of RGB (Red+Green+Blue) = 67+255+237=559 (74% of max value = 765). Red value is 67 (26.56% from 255 or 11.99% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FFED is #BC0012. Grayscale: #C4C4C4. Windows color (decimal): -12320787 or 15597379. OLE color: 15597379.
HSL color Cylindrical-coordinate representation of color #43FFED: hue angle of 174.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFED is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 237 | - |
| CMYK | 0.74 | 0 | 0.07 | 0 |
| HSL | 174.26º | 1% | 0.63% | - |
| HSV(B) | 174.26º | 0.74% | 1% | - |
| XYZ | 53.36 | 78.83 | 92.52 | - |
| YUV | 196.74 | 150.72 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 237 | 0.74 | 0 | 0.07 | 0 | 174.26 | 1 | 0.63 |
| Hex | 43 | FF | ED | 4A | 0 | 7 | 0 | AE | 64 | 3F |
| Octal | 103 | 377 | 355 | 112 | 0 | 7 | 0 | 256 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11101101 | 1001010 | 0 | 111 | 0 | 10101110 | 1100100 | 111111 |
Color Harmonies of #43FFED
Complementary color
Monochromatic Colors of #43FFED
Black with #43FFED
Text Example
Text Example
White with #43FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFED; }
p { color: rgb(67,255,237); }
H1.HeaderClassName
{
color: #43FFED;
}
.AnyTagClassName
{
color: #43FFED;
}
</style>
background-color css
<style>
a { background-color: #43FFED; }
a { background-color: rgb(67,255,237); }
div.DivClassName
{
background-color: #43FFED;
}
.BgClassName
{
background-color: #43FFED;
}
</style>
border-color css
<style>
span { border-color: #43FFED; }
span { border-color: rgb(67,255,237); }
td.TdClassName
{
border-color: #43FFED;
}
.TagClassName
{
border-color: #43FFED;
}
</style>