Shades of Turquoise #26DBDA
Tints of Turquoise #26DBDA
RGB
CMYK
RGB Variations
Color information
#26DBDA (or 0x26DBDA) is known color: Turquoise. HEX triplet: 26, DB and DA. RGB value is (38,219,218). Sum of RGB (Red+Green+Blue) = 38+219+218=475 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #26DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DBDA is #D92425. Grayscale: #A4A4A4. Windows color (decimal): -14230566 or 14342950. OLE color: 14342950.
HSL color Cylindrical-coordinate representation of color #26DBDA: hue angle of 179.67º 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 #26DBDA is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 218 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.14 |
| HSL | 179.67º | 0.72% | 0.5% | - |
| HSV(B) | 179.67º | 0.83% | 0.86% | - |
| XYZ | 38.79 | 56.14 | 75.12 | - |
| YUV | 164.77 | 158.03 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 218 | 0.83 | 0 | 0.00 | 0.14 | 179.67 | 0.72 | 0.5 |
| Hex | 26 | DB | DA | 53 | 0 | 0 | E | B4 | 48 | 32 |
| Octal | 46 | 333 | 332 | 123 | 0 | 0 | 16 | 264 | 110 | 62 |
| Binary | 100110 | 11011011 | 11011010 | 1010011 | 0 | 0 | 1110 | 10110100 | 1001000 | 110010 |
Color Harmonies of #26DBDA
Complementary color
Monochromatic Colors of #26DBDA
Black with #26DBDA
Text Example
Text Example
White with #26DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DBDA; }
p { color: rgb(38,219,218); }
H1.HeaderClassName
{
color: #26DBDA;
}
.AnyTagClassName
{
color: #26DBDA;
}
</style>
background-color css
<style>
a { background-color: #26DBDA; }
a { background-color: rgb(38,219,218); }
div.DivClassName
{
background-color: #26DBDA;
}
.BgClassName
{
background-color: #26DBDA;
}
</style>
border-color css
<style>
span { border-color: #26DBDA; }
span { border-color: rgb(38,219,218); }
td.TdClassName
{
border-color: #26DBDA;
}
.TagClassName
{
border-color: #26DBDA;
}
</style>