Shades of Turquoise #26DAD4
Tints of Turquoise #26DAD4
RGB
CMYK
RGB Variations
Color information
#26DAD4 (or 0x26DAD4) is known color: Turquoise. HEX triplet: 26, DA and D4. RGB value is (38,218,212). Sum of RGB (Red+Green+Blue) = 38+218+212=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #26DAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DAD4 is #D9252B. Grayscale: #A3A3A3. Windows color (decimal): -14230828 or 13949478. OLE color: 13949478.
HSL color Cylindrical-coordinate representation of color #26DAD4: hue angle of 178º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DAD4 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 212 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.15 |
| HSL | 178º | 0.71% | 0.5% | - |
| HSV(B) | 178º | 0.83% | 0.85% | - |
| XYZ | 37.75 | 55.31 | 70.97 | - |
| YUV | 163.5 | 155.37 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 212 | 0.83 | 0 | 0.03 | 0.15 | 178 | 0.71 | 0.5 |
| Hex | 26 | DA | D4 | 53 | 0 | 3 | F | B2 | 47 | 32 |
| Octal | 46 | 332 | 324 | 123 | 0 | 3 | 17 | 262 | 107 | 62 |
| Binary | 100110 | 11011010 | 11010100 | 1010011 | 0 | 11 | 1111 | 10110010 | 1000111 | 110010 |
Color Harmonies of #26DAD4
Complementary color
Monochromatic Colors of #26DAD4
Black with #26DAD4
Text Example
Text Example
White with #26DAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DAD4; }
p { color: rgb(38,218,212); }
H1.HeaderClassName
{
color: #26DAD4;
}
.AnyTagClassName
{
color: #26DAD4;
}
</style>
background-color css
<style>
a { background-color: #26DAD4; }
a { background-color: rgb(38,218,212); }
div.DivClassName
{
background-color: #26DAD4;
}
.BgClassName
{
background-color: #26DAD4;
}
</style>
border-color css
<style>
span { border-color: #26DAD4; }
span { border-color: rgb(38,218,212); }
td.TdClassName
{
border-color: #26DAD4;
}
.TagClassName
{
border-color: #26DAD4;
}
</style>