Shades of Turquoise #26FEC6
Tints of Turquoise #26FEC6
RGB
CMYK
RGB Variations
Color information
#26FEC6 (or 0x26FEC6) is known color: Turquoise. HEX triplet: 26, FE and C6. RGB value is (38,254,198). Sum of RGB (Red+Green+Blue) = 38+254+198=490 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.76% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #26FEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FEC6 is #D90139. Grayscale: #B7B7B7. Windows color (decimal): -14221626 or 13041190. OLE color: 13041190.
HSL color Cylindrical-coordinate representation of color #26FEC6: hue angle of 164.44º 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 #26FEC6 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 254 | 198 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.00 |
| HSL | 164.44º | 0.99% | 0.57% | - |
| HSV(B) | 164.44º | 0.85% | 1% | - |
| XYZ | 46.43 | 75.37 | 65.53 | - |
| YUV | 183.03 | 136.44 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 254 | 198 | 0.85 | 0 | 0.22 | 0.00 | 164.44 | 0.99 | 0.57 |
| Hex | 26 | FE | C6 | 55 | 0 | 16 | 0 | A4 | 63 | 39 |
| Octal | 46 | 376 | 306 | 125 | 0 | 26 | 0 | 244 | 143 | 71 |
| Binary | 100110 | 11111110 | 11000110 | 1010101 | 0 | 10110 | 0 | 10100100 | 1100011 | 111001 |
Color Harmonies of #26FEC6
Complementary color
Monochromatic Colors of #26FEC6
Black with #26FEC6
Text Example
Text Example
White with #26FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FEC6; }
p { color: rgb(38,254,198); }
H1.HeaderClassName
{
color: #26FEC6;
}
.AnyTagClassName
{
color: #26FEC6;
}
</style>
background-color css
<style>
a { background-color: #26FEC6; }
a { background-color: rgb(38,254,198); }
div.DivClassName
{
background-color: #26FEC6;
}
.BgClassName
{
background-color: #26FEC6;
}
</style>
border-color css
<style>
span { border-color: #26FEC6; }
span { border-color: rgb(38,254,198); }
td.TdClassName
{
border-color: #26FEC6;
}
.TagClassName
{
border-color: #26FEC6;
}
</style>