Shades of Turquoise #26F7D5
Tints of Turquoise #26F7D5
RGB
CMYK
RGB Variations
Color information
#26F7D5 (or 0x26F7D5) is known color: Turquoise. HEX triplet: 26, F7 and D5. RGB value is (38,247,213). Sum of RGB (Red+Green+Blue) = 38+247+213=498 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.63% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #26F7D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F7D5 is #D9082A. Grayscale: #B4B4B4. Windows color (decimal): -14223403 or 14022438. OLE color: 14022438.
HSL color Cylindrical-coordinate representation of color #26F7D5: hue angle of 170.24º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F7D5 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 247 | 213 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.03 |
| HSL | 170.24º | 0.93% | 0.56% | - |
| HSV(B) | 170.24º | 0.85% | 0.97% | - |
| XYZ | 46.07 | 71.74 | 74.37 | - |
| YUV | 180.63 | 146.26 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 247 | 213 | 0.85 | 0 | 0.14 | 0.03 | 170.24 | 0.93 | 0.56 |
| Hex | 26 | F7 | D5 | 55 | 0 | E | 3 | AA | 5D | 38 |
| Octal | 46 | 367 | 325 | 125 | 0 | 16 | 3 | 252 | 135 | 70 |
| Binary | 100110 | 11110111 | 11010101 | 1010101 | 0 | 1110 | 11 | 10101010 | 1011101 | 111000 |
Color Harmonies of #26F7D5
Complementary color
Monochromatic Colors of #26F7D5
Black with #26F7D5
Text Example
Text Example
White with #26F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F7D5; }
p { color: rgb(38,247,213); }
H1.HeaderClassName
{
color: #26F7D5;
}
.AnyTagClassName
{
color: #26F7D5;
}
</style>
background-color css
<style>
a { background-color: #26F7D5; }
a { background-color: rgb(38,247,213); }
div.DivClassName
{
background-color: #26F7D5;
}
.BgClassName
{
background-color: #26F7D5;
}
</style>
border-color css
<style>
span { border-color: #26F7D5; }
span { border-color: rgb(38,247,213); }
td.TdClassName
{
border-color: #26F7D5;
}
.TagClassName
{
border-color: #26F7D5;
}
</style>