Shades of Turquoise #26EDC9
Tints of Turquoise #26EDC9
RGB
CMYK
RGB Variations
Color information
#26EDC9 (or 0x26EDC9) is known color: Turquoise. HEX triplet: 26, ED and C9. RGB value is (38,237,201). Sum of RGB (Red+Green+Blue) = 38+237+201=476 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.98% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #26EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EDC9 is #D91236. Grayscale: #ADADAD. Windows color (decimal): -14225975 or 13233446. OLE color: 13233446.
HSL color Cylindrical-coordinate representation of color #26EDC9: hue angle of 169.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EDC9 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 237 | 201 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.07 |
| HSL | 169.15º | 0.85% | 0.54% | - |
| HSV(B) | 169.15º | 0.84% | 0.93% | - |
| XYZ | 41.63 | 65.2 | 65.65 | - |
| YUV | 173.4 | 143.57 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 237 | 201 | 0.84 | 0 | 0.15 | 0.07 | 169.15 | 0.85 | 0.54 |
| Hex | 26 | ED | C9 | 54 | 0 | F | 7 | A9 | 55 | 36 |
| Octal | 46 | 355 | 311 | 124 | 0 | 17 | 7 | 251 | 125 | 66 |
| Binary | 100110 | 11101101 | 11001001 | 1010100 | 0 | 1111 | 111 | 10101001 | 1010101 | 110110 |
Color Harmonies of #26EDC9
Complementary color
Monochromatic Colors of #26EDC9
Black with #26EDC9
Text Example
Text Example
White with #26EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EDC9; }
p { color: rgb(38,237,201); }
H1.HeaderClassName
{
color: #26EDC9;
}
.AnyTagClassName
{
color: #26EDC9;
}
</style>
background-color css
<style>
a { background-color: #26EDC9; }
a { background-color: rgb(38,237,201); }
div.DivClassName
{
background-color: #26EDC9;
}
.BgClassName
{
background-color: #26EDC9;
}
</style>
border-color css
<style>
span { border-color: #26EDC9; }
span { border-color: rgb(38,237,201); }
td.TdClassName
{
border-color: #26EDC9;
}
.TagClassName
{
border-color: #26EDC9;
}
</style>