Shades of Turquoise #26DACB
Tints of Turquoise #26DACB
RGB
CMYK
RGB Variations
Color information
#26DACB (or 0x26DACB) is known color: Turquoise. HEX triplet: 26, DA and CB. RGB value is (38,218,203). Sum of RGB (Red+Green+Blue) = 38+218+203=459 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.28% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #26DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DACB is #D92534. Grayscale: #A2A2A2. Windows color (decimal): -14230837 or 13359654. OLE color: 13359654.
HSL color Cylindrical-coordinate representation of color #26DACB: hue angle of 175º 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 #26DACB is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 203 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.15 |
| HSL | 175º | 0.71% | 0.5% | - |
| HSV(B) | 175º | 0.83% | 0.85% | - |
| XYZ | 36.65 | 54.87 | 65.16 | - |
| YUV | 162.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 203 | 0.83 | 0 | 0.07 | 0.15 | 175 | 0.71 | 0.5 |
| Hex | 26 | DA | CB | 53 | 0 | 7 | F | AF | 47 | 32 |
| Octal | 46 | 332 | 313 | 123 | 0 | 7 | 17 | 257 | 107 | 62 |
| Binary | 100110 | 11011010 | 11001011 | 1010011 | 0 | 111 | 1111 | 10101111 | 1000111 | 110010 |
Color Harmonies of #26DACB
Complementary color
Monochromatic Colors of #26DACB
Black with #26DACB
Text Example
Text Example
White with #26DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DACB; }
p { color: rgb(38,218,203); }
H1.HeaderClassName
{
color: #26DACB;
}
.AnyTagClassName
{
color: #26DACB;
}
</style>
background-color css
<style>
a { background-color: #26DACB; }
a { background-color: rgb(38,218,203); }
div.DivClassName
{
background-color: #26DACB;
}
.BgClassName
{
background-color: #26DACB;
}
</style>
border-color css
<style>
span { border-color: #26DACB; }
span { border-color: rgb(38,218,203); }
td.TdClassName
{
border-color: #26DACB;
}
.TagClassName
{
border-color: #26DACB;
}
</style>