Shades of Turquoise #26DFDB
Tints of Turquoise #26DFDB
RGB
CMYK
RGB Variations
Color information
#26DFDB (or 0x26DFDB) is known color: Turquoise. HEX triplet: 26, DF and DB. RGB value is (38,223,219). Sum of RGB (Red+Green+Blue) = 38+223+219=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFDB is #D92024. Grayscale: #A7A7A7. Windows color (decimal): -14229541 or 14409510. OLE color: 14409510.
HSL color Cylindrical-coordinate representation of color #26DFDB: hue angle of 178.7º degrees, saturation: 0.74, 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 #26DFDB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 223 | 219 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.13 |
| HSL | 178.7º | 0.74% | 0.51% | - |
| HSV(B) | 178.7º | 0.83% | 0.87% | - |
| XYZ | 39.97 | 58.3 | 76.16 | - |
| YUV | 167.23 | 157.21 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 223 | 219 | 0.83 | 0 | 0.02 | 0.13 | 178.7 | 0.74 | 0.51 |
| Hex | 26 | DF | DB | 53 | 0 | 2 | D | B3 | 4A | 33 |
| Octal | 46 | 337 | 333 | 123 | 0 | 2 | 15 | 263 | 112 | 63 |
| Binary | 100110 | 11011111 | 11011011 | 1010011 | 0 | 10 | 1101 | 10110011 | 1001010 | 110011 |
Color Harmonies of #26DFDB
Complementary color
Monochromatic Colors of #26DFDB
Black with #26DFDB
Text Example
Text Example
White with #26DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DFDB; }
p { color: rgb(38,223,219); }
H1.HeaderClassName
{
color: #26DFDB;
}
.AnyTagClassName
{
color: #26DFDB;
}
</style>
background-color css
<style>
a { background-color: #26DFDB; }
a { background-color: rgb(38,223,219); }
div.DivClassName
{
background-color: #26DFDB;
}
.BgClassName
{
background-color: #26DFDB;
}
</style>
border-color css
<style>
span { border-color: #26DFDB; }
span { border-color: rgb(38,223,219); }
td.TdClassName
{
border-color: #26DFDB;
}
.TagClassName
{
border-color: #26DFDB;
}
</style>