Shades of Turquoise #26DBDD
Tints of Turquoise #26DBDD
RGB
CMYK
RGB Variations
Color information
#26DBDD (or 0x26DBDD) is known color: Turquoise. HEX triplet: 26, DB and DD. RGB value is (38,219,221). Sum of RGB (Red+Green+Blue) = 38+219+221=478 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.95% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #26DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DBDD is #D92422. Grayscale: #A4A4A4. Windows color (decimal): -14230563 or 14539558. OLE color: 14539558.
HSL color Cylindrical-coordinate representation of color #26DBDD: hue angle of 180.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DBDD is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 219 | 221 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.13 |
| HSL | 180.66º | 0.73% | 0.51% | - |
| HSV(B) | 180.66º | 0.83% | 0.87% | - |
| XYZ | 39.18 | 56.3 | 77.21 | - |
| YUV | 165.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 221 | 0.83 | 0.01 | 0 | 0.13 | 180.66 | 0.73 | 0.51 |
| Hex | 26 | DB | DD | 53 | 1 | 0 | D | B5 | 49 | 33 |
| Octal | 46 | 333 | 335 | 123 | 1 | 0 | 15 | 265 | 111 | 63 |
| Binary | 100110 | 11011011 | 11011101 | 1010011 | 1 | 0 | 1101 | 10110101 | 1001001 | 110011 |
Color Harmonies of #26DBDD
Complementary color
Monochromatic Colors of #26DBDD
Black with #26DBDD
Text Example
Text Example
White with #26DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DBDD; }
p { color: rgb(38,219,221); }
H1.HeaderClassName
{
color: #26DBDD;
}
.AnyTagClassName
{
color: #26DBDD;
}
</style>
background-color css
<style>
a { background-color: #26DBDD; }
a { background-color: rgb(38,219,221); }
div.DivClassName
{
background-color: #26DBDD;
}
.BgClassName
{
background-color: #26DBDD;
}
</style>
border-color css
<style>
span { border-color: #26DBDD; }
span { border-color: rgb(38,219,221); }
td.TdClassName
{
border-color: #26DBDD;
}
.TagClassName
{
border-color: #26DBDD;
}
</style>