Shades of Bright Turquoise #26E4F9
Tints of Bright Turquoise #26E4F9
RGB
CMYK
RGB Variations
Color information
#26E4F9 (or 0x26E4F9) is known color: Bright Turquoise. HEX triplet: 26, E4 and F9. RGB value is (38,228,249). Sum of RGB (Red+Green+Blue) = 38+228+249=515 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.38% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #26E4F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26E4F9 is #D91B06. Grayscale: #ADADAD. Windows color (decimal): -14228231 or 16376870. OLE color: 16376870.
HSL color Cylindrical-coordinate representation of color #26E4F9: hue angle of 185.97º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26E4F9 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 228 | 249 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.02 |
| HSL | 185.97º | 0.95% | 0.56% | - |
| HSV(B) | 185.97º | 0.85% | 0.98% | - |
| XYZ | 45.64 | 62.74 | 99.33 | - |
| YUV | 173.58 | 170.55 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 228 | 249 | 0.85 | 0.08 | 0 | 0.02 | 185.97 | 0.95 | 0.56 |
| Hex | 26 | E4 | F9 | 55 | 8 | 0 | 2 | BA | 5F | 38 |
| Octal | 46 | 344 | 371 | 125 | 10 | 0 | 2 | 272 | 137 | 70 |
| Binary | 100110 | 11100100 | 11111001 | 1010101 | 1000 | 0 | 10 | 10111010 | 1011111 | 111000 |
Color Harmonies of #26E4F9
Complementary color
Monochromatic Colors of #26E4F9
Black with #26E4F9
Text Example
Text Example
White with #26E4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E4F9; }
p { color: rgb(38,228,249); }
H1.HeaderClassName
{
color: #26E4F9;
}
.AnyTagClassName
{
color: #26E4F9;
}
</style>
background-color css
<style>
a { background-color: #26E4F9; }
a { background-color: rgb(38,228,249); }
div.DivClassName
{
background-color: #26E4F9;
}
.BgClassName
{
background-color: #26E4F9;
}
</style>
border-color css
<style>
span { border-color: #26E4F9; }
span { border-color: rgb(38,228,249); }
td.TdClassName
{
border-color: #26E4F9;
}
.TagClassName
{
border-color: #26E4F9;
}
</style>