Shades of Turquoise #26F3C7
Tints of Turquoise #26F3C7
RGB
CMYK
RGB Variations
Color information
#26F3C7 (or 0x26F3C7) is known color: Turquoise. HEX triplet: 26, F3 and C7. RGB value is (38,243,199). Sum of RGB (Red+Green+Blue) = 38+243+199=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #26F3C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F3C7 is #D90C38. Grayscale: #B0B0B0. Windows color (decimal): -14224441 or 13103910. OLE color: 13103910.
HSL color Cylindrical-coordinate representation of color #26F3C7: hue angle of 167.12º degrees, saturation: 0.9, 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 #26F3C7 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 243 | 199 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.05 |
| HSL | 167.12º | 0.9% | 0.55% | - |
| HSV(B) | 167.12º | 0.84% | 0.95% | - |
| XYZ | 43.16 | 68.64 | 65.01 | - |
| YUV | 176.69 | 140.58 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 243 | 199 | 0.84 | 0 | 0.18 | 0.05 | 167.12 | 0.9 | 0.55 |
| Hex | 26 | F3 | C7 | 54 | 0 | 12 | 5 | A7 | 5A | 37 |
| Octal | 46 | 363 | 307 | 124 | 0 | 22 | 5 | 247 | 132 | 67 |
| Binary | 100110 | 11110011 | 11000111 | 1010100 | 0 | 10010 | 101 | 10100111 | 1011010 | 110111 |
Color Harmonies of #26F3C7
Complementary color
Monochromatic Colors of #26F3C7
Black with #26F3C7
Text Example
Text Example
White with #26F3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F3C7; }
p { color: rgb(38,243,199); }
H1.HeaderClassName
{
color: #26F3C7;
}
.AnyTagClassName
{
color: #26F3C7;
}
</style>
background-color css
<style>
a { background-color: #26F3C7; }
a { background-color: rgb(38,243,199); }
div.DivClassName
{
background-color: #26F3C7;
}
.BgClassName
{
background-color: #26F3C7;
}
</style>
border-color css
<style>
span { border-color: #26F3C7; }
span { border-color: rgb(38,243,199); }
td.TdClassName
{
border-color: #26F3C7;
}
.TagClassName
{
border-color: #26F3C7;
}
</style>