Shades of Turquoise #26F9C5
Tints of Turquoise #26F9C5
RGB
CMYK
RGB Variations
Color information
#26F9C5 (or 0x26F9C5) is known color: Turquoise. HEX triplet: 26, F9 and C5. RGB value is (38,249,197). Sum of RGB (Red+Green+Blue) = 38+249+197=484 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.85% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #26F9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F9C5 is #D9063A. Grayscale: #B3B3B3. Windows color (decimal): -14222907 or 12974374. OLE color: 12974374.
HSL color Cylindrical-coordinate representation of color #26F9C5: hue angle of 165.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F9C5 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 197 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.02 |
| HSL | 165.21º | 0.95% | 0.56% | - |
| HSV(B) | 165.21º | 0.85% | 0.98% | - |
| XYZ | 44.75 | 72.19 | 64.4 | - |
| YUV | 179.98 | 137.6 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 197 | 0.85 | 0 | 0.21 | 0.02 | 165.21 | 0.95 | 0.56 |
| Hex | 26 | F9 | C5 | 55 | 0 | 15 | 2 | A5 | 5F | 38 |
| Octal | 46 | 371 | 305 | 125 | 0 | 25 | 2 | 245 | 137 | 70 |
| Binary | 100110 | 11111001 | 11000101 | 1010101 | 0 | 10101 | 10 | 10100101 | 1011111 | 111000 |
Color Harmonies of #26F9C5
Complementary color
Monochromatic Colors of #26F9C5
Black with #26F9C5
Text Example
Text Example
White with #26F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F9C5; }
p { color: rgb(38,249,197); }
H1.HeaderClassName
{
color: #26F9C5;
}
.AnyTagClassName
{
color: #26F9C5;
}
</style>
background-color css
<style>
a { background-color: #26F9C5; }
a { background-color: rgb(38,249,197); }
div.DivClassName
{
background-color: #26F9C5;
}
.BgClassName
{
background-color: #26F9C5;
}
</style>
border-color css
<style>
span { border-color: #26F9C5; }
span { border-color: rgb(38,249,197); }
td.TdClassName
{
border-color: #26F9C5;
}
.TagClassName
{
border-color: #26F9C5;
}
</style>