Shades of Turquoise #43FEED
Tints of Turquoise #43FEED
RGB
CMYK
RGB Variations
Color information
#43FEED (or 0x43FEED) is known color: Turquoise. HEX triplet: 43, FE and ED. RGB value is (67,254,237). Sum of RGB (Red+Green+Blue) = 67+254+237=558 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.01% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FEED is #BC0112. Grayscale: #C4C4C4. Windows color (decimal): -12321043 or 15597123. OLE color: 15597123.
HSL color Cylindrical-coordinate representation of color #43FEED: hue angle of 174.55º 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 #43FEED is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 237 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.00 |
| HSL | 174.55º | 0.99% | 0.63% | - |
| HSV(B) | 174.55º | 0.74% | 1% | - |
| XYZ | 53.04 | 78.19 | 92.42 | - |
| YUV | 196.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 237 | 0.74 | 0 | 0.07 | 0.00 | 174.55 | 0.99 | 0.63 |
| Hex | 43 | FE | ED | 4A | 0 | 7 | 0 | AF | 63 | 3F |
| Octal | 103 | 376 | 355 | 112 | 0 | 7 | 0 | 257 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11101101 | 1001010 | 0 | 111 | 0 | 10101111 | 1100011 | 111111 |
Color Harmonies of #43FEED
Complementary color
Monochromatic Colors of #43FEED
Black with #43FEED
Text Example
Text Example
White with #43FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEED; }
p { color: rgb(67,254,237); }
H1.HeaderClassName
{
color: #43FEED;
}
.AnyTagClassName
{
color: #43FEED;
}
</style>
background-color css
<style>
a { background-color: #43FEED; }
a { background-color: rgb(67,254,237); }
div.DivClassName
{
background-color: #43FEED;
}
.BgClassName
{
background-color: #43FEED;
}
</style>
border-color css
<style>
span { border-color: #43FEED; }
span { border-color: rgb(67,254,237); }
td.TdClassName
{
border-color: #43FEED;
}
.TagClassName
{
border-color: #43FEED;
}
</style>