Shades of Turquoise #26D8C4
Tints of Turquoise #26D8C4
RGB
CMYK
RGB Variations
Color information
#26D8C4 (or 0x26D8C4) is known color: Turquoise. HEX triplet: 26, D8 and C4. RGB value is (38,216,196). Sum of RGB (Red+Green+Blue) = 38+216+196=450 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.44% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #26D8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D8C4 is #D9273B. Grayscale: #A0A0A0. Windows color (decimal): -14231356 or 12900390. OLE color: 12900390.
HSL color Cylindrical-coordinate representation of color #26D8C4: hue angle of 173.26º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D8C4 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 196 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.15 |
| HSL | 173.26º | 0.7% | 0.5% | - |
| HSV(B) | 173.26º | 0.82% | 0.85% | - |
| XYZ | 35.32 | 53.51 | 60.69 | - |
| YUV | 160.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 196 | 0.82 | 0 | 0.09 | 0.15 | 173.26 | 0.7 | 0.5 |
| Hex | 26 | D8 | C4 | 52 | 0 | 9 | F | AD | 46 | 32 |
| Octal | 46 | 330 | 304 | 122 | 0 | 11 | 17 | 255 | 106 | 62 |
| Binary | 100110 | 11011000 | 11000100 | 1010010 | 0 | 1001 | 1111 | 10101101 | 1000110 | 110010 |
Color Harmonies of #26D8C4
Complementary color
Monochromatic Colors of #26D8C4
Black with #26D8C4
Text Example
Text Example
White with #26D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D8C4; }
p { color: rgb(38,216,196); }
H1.HeaderClassName
{
color: #26D8C4;
}
.AnyTagClassName
{
color: #26D8C4;
}
</style>
background-color css
<style>
a { background-color: #26D8C4; }
a { background-color: rgb(38,216,196); }
div.DivClassName
{
background-color: #26D8C4;
}
.BgClassName
{
background-color: #26D8C4;
}
</style>
border-color css
<style>
span { border-color: #26D8C4; }
span { border-color: rgb(38,216,196); }
td.TdClassName
{
border-color: #26D8C4;
}
.TagClassName
{
border-color: #26D8C4;
}
</style>