Shades of Turquoise #26DBBA
Tints of Turquoise #26DBBA
RGB
CMYK
RGB Variations
Color information
#26DBBA (or 0x26DBBA) is known color: Turquoise. HEX triplet: 26, DB and BA. RGB value is (38,219,186). Sum of RGB (Red+Green+Blue) = 38+219+186=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #26DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DBBA is #D92445. Grayscale: #A1A1A1. Windows color (decimal): -14230598 or 12245798. OLE color: 12245798.
HSL color Cylindrical-coordinate representation of color #26DBBA: hue angle of 169.06º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DBBA is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 186 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.14 |
| HSL | 169.06º | 0.72% | 0.5% | - |
| HSV(B) | 169.06º | 0.83% | 0.86% | - |
| XYZ | 34.99 | 54.62 | 55.15 | - |
| YUV | 161.12 | 142.03 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 186 | 0.83 | 0 | 0.15 | 0.14 | 169.06 | 0.72 | 0.5 |
| Hex | 26 | DB | BA | 53 | 0 | F | E | A9 | 48 | 32 |
| Octal | 46 | 333 | 272 | 123 | 0 | 17 | 16 | 251 | 110 | 62 |
| Binary | 100110 | 11011011 | 10111010 | 1010011 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110010 |
Color Harmonies of #26DBBA
Complementary color
Monochromatic Colors of #26DBBA
Black with #26DBBA
Text Example
Text Example
White with #26DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DBBA; }
p { color: rgb(38,219,186); }
H1.HeaderClassName
{
color: #26DBBA;
}
.AnyTagClassName
{
color: #26DBBA;
}
</style>
background-color css
<style>
a { background-color: #26DBBA; }
a { background-color: rgb(38,219,186); }
div.DivClassName
{
background-color: #26DBBA;
}
.BgClassName
{
background-color: #26DBBA;
}
</style>
border-color css
<style>
span { border-color: #26DBBA; }
span { border-color: rgb(38,219,186); }
td.TdClassName
{
border-color: #26DBBA;
}
.TagClassName
{
border-color: #26DBBA;
}
</style>