Shades of Turquoise #26F2D6
Tints of Turquoise #26F2D6
RGB
CMYK
RGB Variations
Color information
#26F2D6 (or 0x26F2D6) is known color: Turquoise. HEX triplet: 26, F2 and D6. RGB value is (38,242,214). Sum of RGB (Red+Green+Blue) = 38+242+214=494 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.69% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #26F2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F2D6 is #D90D29. Grayscale: #B1B1B1. Windows color (decimal): -14224682 or 14086694. OLE color: 14086694.
HSL color Cylindrical-coordinate representation of color #26F2D6: hue angle of 171.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F2D6 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 214 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.05 |
| HSL | 171.76º | 0.89% | 0.55% | - |
| HSV(B) | 171.76º | 0.84% | 0.95% | - |
| XYZ | 44.69 | 68.77 | 74.54 | - |
| YUV | 177.81 | 148.41 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 214 | 0.84 | 0 | 0.12 | 0.05 | 171.76 | 0.89 | 0.55 |
| Hex | 26 | F2 | D6 | 54 | 0 | C | 5 | AC | 59 | 37 |
| Octal | 46 | 362 | 326 | 124 | 0 | 14 | 5 | 254 | 131 | 67 |
| Binary | 100110 | 11110010 | 11010110 | 1010100 | 0 | 1100 | 101 | 10101100 | 1011001 | 110111 |
Color Harmonies of #26F2D6
Complementary color
Monochromatic Colors of #26F2D6
Black with #26F2D6
Text Example
Text Example
White with #26F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F2D6; }
p { color: rgb(38,242,214); }
H1.HeaderClassName
{
color: #26F2D6;
}
.AnyTagClassName
{
color: #26F2D6;
}
</style>
background-color css
<style>
a { background-color: #26F2D6; }
a { background-color: rgb(38,242,214); }
div.DivClassName
{
background-color: #26F2D6;
}
.BgClassName
{
background-color: #26F2D6;
}
</style>
border-color css
<style>
span { border-color: #26F2D6; }
span { border-color: rgb(38,242,214); }
td.TdClassName
{
border-color: #26F2D6;
}
.TagClassName
{
border-color: #26F2D6;
}
</style>