Shades of Bright Turquoise #26EADC
Tints of Bright Turquoise #26EADC
RGB
CMYK
RGB Variations
Color information
#26EADC (or 0x26EADC) is known color: Bright Turquoise. HEX triplet: 26, EA and DC. RGB value is (38,234,220). Sum of RGB (Red+Green+Blue) = 38+234+220=492 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.72% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #26EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EADC is #D91523. Grayscale: #ADADAD. Windows color (decimal): -14226724 or 14477862. OLE color: 14477862.
HSL color Cylindrical-coordinate representation of color #26EADC: hue angle of 175.71º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EADC is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 220 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.08 |
| HSL | 175.71º | 0.82% | 0.53% | - |
| HSV(B) | 175.71º | 0.84% | 0.92% | - |
| XYZ | 43.14 | 64.43 | 77.87 | - |
| YUV | 173.8 | 154.07 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 220 | 0.84 | 0 | 0.06 | 0.08 | 175.71 | 0.82 | 0.53 |
| Hex | 26 | EA | DC | 54 | 0 | 6 | 8 | B0 | 52 | 35 |
| Octal | 46 | 352 | 334 | 124 | 0 | 6 | 10 | 260 | 122 | 65 |
| Binary | 100110 | 11101010 | 11011100 | 1010100 | 0 | 110 | 1000 | 10110000 | 1010010 | 110101 |
Color Harmonies of #26EADC
Complementary color
Monochromatic Colors of #26EADC
Black with #26EADC
Text Example
Text Example
White with #26EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EADC; }
p { color: rgb(38,234,220); }
H1.HeaderClassName
{
color: #26EADC;
}
.AnyTagClassName
{
color: #26EADC;
}
</style>
background-color css
<style>
a { background-color: #26EADC; }
a { background-color: rgb(38,234,220); }
div.DivClassName
{
background-color: #26EADC;
}
.BgClassName
{
background-color: #26EADC;
}
</style>
border-color css
<style>
span { border-color: #26EADC; }
span { border-color: rgb(38,234,220); }
td.TdClassName
{
border-color: #26EADC;
}
.TagClassName
{
border-color: #26EADC;
}
</style>