Shades of Turquoise #26DBCD
Tints of Turquoise #26DBCD
RGB
CMYK
RGB Variations
Color information
#26DBCD (or 0x26DBCD) is known color: Turquoise. HEX triplet: 26, DB and CD. RGB value is (38,219,205). Sum of RGB (Red+Green+Blue) = 38+219+205=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #26DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DBCD is #D92432. Grayscale: #A3A3A3. Windows color (decimal): -14230579 or 13490982. OLE color: 13490982.
HSL color Cylindrical-coordinate representation of color #26DBCD: hue angle of 175.36º 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 #26DBCD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 205 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.14 |
| HSL | 175.36º | 0.72% | 0.5% | - |
| HSV(B) | 175.36º | 0.83% | 0.86% | - |
| XYZ | 37.15 | 55.48 | 66.51 | - |
| YUV | 163.29 | 151.53 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 205 | 0.83 | 0 | 0.06 | 0.14 | 175.36 | 0.72 | 0.5 |
| Hex | 26 | DB | CD | 53 | 0 | 6 | E | AF | 48 | 32 |
| Octal | 46 | 333 | 315 | 123 | 0 | 6 | 16 | 257 | 110 | 62 |
| Binary | 100110 | 11011011 | 11001101 | 1010011 | 0 | 110 | 1110 | 10101111 | 1001000 | 110010 |
Color Harmonies of #26DBCD
Complementary color
Monochromatic Colors of #26DBCD
Black with #26DBCD
Text Example
Text Example
White with #26DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DBCD; }
p { color: rgb(38,219,205); }
H1.HeaderClassName
{
color: #26DBCD;
}
.AnyTagClassName
{
color: #26DBCD;
}
</style>
background-color css
<style>
a { background-color: #26DBCD; }
a { background-color: rgb(38,219,205); }
div.DivClassName
{
background-color: #26DBCD;
}
.BgClassName
{
background-color: #26DBCD;
}
</style>
border-color css
<style>
span { border-color: #26DBCD; }
span { border-color: rgb(38,219,205); }
td.TdClassName
{
border-color: #26DBCD;
}
.TagClassName
{
border-color: #26DBCD;
}
</style>