Shades of Turquoise #26DADD
Tints of Turquoise #26DADD
RGB
CMYK
RGB Variations
Color information
#26DADD (or 0x26DADD) is known color: Turquoise. HEX triplet: 26, DA and DD. RGB value is (38,218,221). Sum of RGB (Red+Green+Blue) = 38+218+221=477 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.97% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #26DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DADD is #D92522. Grayscale: #A4A4A4. Windows color (decimal): -14230819 or 14539302. OLE color: 14539302.
HSL color Cylindrical-coordinate representation of color #26DADD: hue angle of 180.98º 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 #26DADD is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 218 | 221 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.13 |
| HSL | 180.98º | 0.73% | 0.51% | - |
| HSV(B) | 180.98º | 0.83% | 0.87% | - |
| XYZ | 38.92 | 55.78 | 77.12 | - |
| YUV | 164.52 | 159.87 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 221 | 0.83 | 0.01 | 0 | 0.13 | 180.98 | 0.73 | 0.51 |
| Hex | 26 | DA | DD | 53 | 1 | 0 | D | B5 | 49 | 33 |
| Octal | 46 | 332 | 335 | 123 | 1 | 0 | 15 | 265 | 111 | 63 |
| Binary | 100110 | 11011010 | 11011101 | 1010011 | 1 | 0 | 1101 | 10110101 | 1001001 | 110011 |
Color Harmonies of #26DADD
Complementary color
Monochromatic Colors of #26DADD
Black with #26DADD
Text Example
Text Example
White with #26DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DADD; }
p { color: rgb(38,218,221); }
H1.HeaderClassName
{
color: #26DADD;
}
.AnyTagClassName
{
color: #26DADD;
}
</style>
background-color css
<style>
a { background-color: #26DADD; }
a { background-color: rgb(38,218,221); }
div.DivClassName
{
background-color: #26DADD;
}
.BgClassName
{
background-color: #26DADD;
}
</style>
border-color css
<style>
span { border-color: #26DADD; }
span { border-color: rgb(38,218,221); }
td.TdClassName
{
border-color: #26DADD;
}
.TagClassName
{
border-color: #26DADD;
}
</style>