Shades of Bright Turquoise #26EFF0
Tints of Bright Turquoise #26EFF0
RGB
CMYK
RGB Variations
Color information
#26EFF0 (or 0x26EFF0) is known color: Bright Turquoise. HEX triplet: 26, EF and F0. RGB value is (38,239,240). Sum of RGB (Red+Green+Blue) = 38+239+240=517 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.35% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #26EFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EFF0 is #D9100F. Grayscale: #B2B2B2. Windows color (decimal): -14225424 or 15789862. OLE color: 15789862.
HSL color Cylindrical-coordinate representation of color #26EFF0: hue angle of 180.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFF0 is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 240 | - |
| CMYK | 0.84 | 0.00 | 0 | 0.06 |
| HSL | 180.3º | 0.87% | 0.55% | - |
| HSV(B) | 180.3º | 0.84% | 0.94% | - |
| XYZ | 47.39 | 68.44 | 93.15 | - |
| YUV | 179.02 | 162.41 | 27.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 240 | 0.84 | 0.00 | 0 | 0.06 | 180.3 | 0.87 | 0.55 |
| Hex | 26 | EF | F0 | 54 | 0 | 0 | 6 | B4 | 57 | 37 |
| Octal | 46 | 357 | 360 | 124 | 0 | 0 | 6 | 264 | 127 | 67 |
| Binary | 100110 | 11101111 | 11110000 | 1010100 | 0 | 0 | 110 | 10110100 | 1010111 | 110111 |
Color Harmonies of #26EFF0
Complementary color
Monochromatic Colors of #26EFF0
Black with #26EFF0
Text Example
Text Example
White with #26EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EFF0; }
p { color: rgb(38,239,240); }
H1.HeaderClassName
{
color: #26EFF0;
}
.AnyTagClassName
{
color: #26EFF0;
}
</style>
background-color css
<style>
a { background-color: #26EFF0; }
a { background-color: rgb(38,239,240); }
div.DivClassName
{
background-color: #26EFF0;
}
.BgClassName
{
background-color: #26EFF0;
}
</style>
border-color css
<style>
span { border-color: #26EFF0; }
span { border-color: rgb(38,239,240); }
td.TdClassName
{
border-color: #26EFF0;
}
.TagClassName
{
border-color: #26EFF0;
}
</style>