Shades of Bright Turquoise #26FEED
Tints of Bright Turquoise #26FEED
RGB
CMYK
RGB Variations
Color information
#26FEED (or 0x26FEED) is known color: Bright Turquoise. HEX triplet: 26, FE and ED. RGB value is (38,254,237). Sum of RGB (Red+Green+Blue) = 38+254+237=529 (70% of max value = 765). Red value is 38 (15.23% from 255 or 7.18% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #26FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26FEED is #D90112. Grayscale: #BBBBBB. Windows color (decimal): -14221587 or 15597094. OLE color: 15597094.
HSL color Cylindrical-coordinate representation of color #26FEED: hue angle of 175.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FEED is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 254 | 237 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.00 |
| HSL | 175.28º | 0.99% | 0.57% | - |
| HSV(B) | 175.28º | 0.85% | 1% | - |
| XYZ | 51.53 | 77.41 | 92.35 | - |
| YUV | 187.48 | 155.94 | 21.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 254 | 237 | 0.85 | 0 | 0.07 | 0.00 | 175.28 | 0.99 | 0.57 |
| Hex | 26 | FE | ED | 55 | 0 | 7 | 0 | AF | 63 | 39 |
| Octal | 46 | 376 | 355 | 125 | 0 | 7 | 0 | 257 | 143 | 71 |
| Binary | 100110 | 11111110 | 11101101 | 1010101 | 0 | 111 | 0 | 10101111 | 1100011 | 111001 |
Color Harmonies of #26FEED
Complementary color
Monochromatic Colors of #26FEED
Black with #26FEED
Text Example
Text Example
White with #26FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FEED; }
p { color: rgb(38,254,237); }
H1.HeaderClassName
{
color: #26FEED;
}
.AnyTagClassName
{
color: #26FEED;
}
</style>
background-color css
<style>
a { background-color: #26FEED; }
a { background-color: rgb(38,254,237); }
div.DivClassName
{
background-color: #26FEED;
}
.BgClassName
{
background-color: #26FEED;
}
</style>
border-color css
<style>
span { border-color: #26FEED; }
span { border-color: rgb(38,254,237); }
td.TdClassName
{
border-color: #26FEED;
}
.TagClassName
{
border-color: #26FEED;
}
</style>