Shades of Turquoise #26D4DB
Tints of Turquoise #26D4DB
RGB
CMYK
RGB Variations
Color information
#26D4DB (or 0x26D4DB) is known color: Turquoise. HEX triplet: 26, D4 and DB. RGB value is (38,212,219). Sum of RGB (Red+Green+Blue) = 38+212+219=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #26D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D4DB is #D92B24. Grayscale: #A0A0A0. Windows color (decimal): -14232357 or 14406694. OLE color: 14406694.
HSL color Cylindrical-coordinate representation of color #26D4DB: hue angle of 182.32º 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 #26D4DB is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 212 | 219 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.14 |
| HSL | 182.32º | 0.72% | 0.5% | - |
| HSV(B) | 182.32º | 0.83% | 0.86% | - |
| XYZ | 37.13 | 52.61 | 75.22 | - |
| YUV | 160.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 219 | 0.83 | 0.03 | 0 | 0.14 | 182.32 | 0.72 | 0.5 |
| Hex | 26 | D4 | DB | 53 | 3 | 0 | E | B6 | 48 | 32 |
| Octal | 46 | 324 | 333 | 123 | 3 | 0 | 16 | 266 | 110 | 62 |
| Binary | 100110 | 11010100 | 11011011 | 1010011 | 11 | 0 | 1110 | 10110110 | 1001000 | 110010 |
Color Harmonies of #26D4DB
Complementary color
Monochromatic Colors of #26D4DB
Black with #26D4DB
Text Example
Text Example
White with #26D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D4DB; }
p { color: rgb(38,212,219); }
H1.HeaderClassName
{
color: #26D4DB;
}
.AnyTagClassName
{
color: #26D4DB;
}
</style>
background-color css
<style>
a { background-color: #26D4DB; }
a { background-color: rgb(38,212,219); }
div.DivClassName
{
background-color: #26D4DB;
}
.BgClassName
{
background-color: #26D4DB;
}
</style>
border-color css
<style>
span { border-color: #26D4DB; }
span { border-color: rgb(38,212,219); }
td.TdClassName
{
border-color: #26D4DB;
}
.TagClassName
{
border-color: #26D4DB;
}
</style>