Shades of Bright Turquoise #26FFD9
Tints of Bright Turquoise #26FFD9
RGB
CMYK
RGB Variations
Color information
#26FFD9 (or 0x26FFD9) is known color: Bright Turquoise. HEX triplet: 26, FF and D9. RGB value is (38,255,217). Sum of RGB (Red+Green+Blue) = 38+255+217=510 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.45% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #26FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FFD9 is #D90026. Grayscale: #B9B9B9. Windows color (decimal): -14221351 or 14286630. OLE color: 14286630.
HSL color Cylindrical-coordinate representation of color #26FFD9: hue angle of 169.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FFD9 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 217 | - |
| CMYK | 0.85 | 0 | 0.15 | 0 |
| HSL | 169.49º | 1% | 0.57% | - |
| HSV(B) | 169.49º | 0.85% | 1% | - |
| XYZ | 49.08 | 76.94 | 77.91 | - |
| YUV | 185.79 | 145.61 | 22.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 217 | 0.85 | 0 | 0.15 | 0 | 169.49 | 1 | 0.57 |
| Hex | 26 | FF | D9 | 55 | 0 | F | 0 | A9 | 64 | 39 |
| Octal | 46 | 377 | 331 | 125 | 0 | 17 | 0 | 251 | 144 | 71 |
| Binary | 100110 | 11111111 | 11011001 | 1010101 | 0 | 1111 | 0 | 10101001 | 1100100 | 111001 |
Color Harmonies of #26FFD9
Complementary color
Monochromatic Colors of #26FFD9
Black with #26FFD9
Text Example
Text Example
White with #26FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FFD9; }
p { color: rgb(38,255,217); }
H1.HeaderClassName
{
color: #26FFD9;
}
.AnyTagClassName
{
color: #26FFD9;
}
</style>
background-color css
<style>
a { background-color: #26FFD9; }
a { background-color: rgb(38,255,217); }
div.DivClassName
{
background-color: #26FFD9;
}
.BgClassName
{
background-color: #26FFD9;
}
</style>
border-color css
<style>
span { border-color: #26FFD9; }
span { border-color: rgb(38,255,217); }
td.TdClassName
{
border-color: #26FFD9;
}
.TagClassName
{
border-color: #26FFD9;
}
</style>