Shades of Medium Turquoise #26C7CA
Tints of Medium Turquoise #26C7CA
RGB
CMYK
RGB Variations
Color information
#26C7CA (or 0x26C7CA) is known color: Medium Turquoise. HEX triplet: 26, C7 and CA. RGB value is (38,199,202). Sum of RGB (Red+Green+Blue) = 38+199+202=439 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.66% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #26C7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C7CA is #D93835. Grayscale: #979797. Windows color (decimal): -14235702 or 13289254. OLE color: 13289254.
HSL color Cylindrical-coordinate representation of color #26C7CA: hue angle of 181.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C7CA is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 199 | 202 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.21 |
| HSL | 181.1º | 0.68% | 0.47% | - |
| HSV(B) | 181.1º | 0.81% | 0.79% | - |
| XYZ | 31.88 | 45.52 | 62.98 | - |
| YUV | 151.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 199 | 202 | 0.81 | 0.01 | 0 | 0.21 | 181.1 | 0.68 | 0.47 |
| Hex | 26 | C7 | CA | 51 | 1 | 0 | 15 | B5 | 44 | 2F |
| Octal | 46 | 307 | 312 | 121 | 1 | 0 | 25 | 265 | 104 | 57 |
| Binary | 100110 | 11000111 | 11001010 | 1010001 | 1 | 0 | 10101 | 10110101 | 1000100 | 101111 |
Color Harmonies of #26C7CA
Complementary color
Monochromatic Colors of #26C7CA
Black with #26C7CA
Text Example
Text Example
White with #26C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C7CA; }
p { color: rgb(38,199,202); }
H1.HeaderClassName
{
color: #26C7CA;
}
.AnyTagClassName
{
color: #26C7CA;
}
</style>
background-color css
<style>
a { background-color: #26C7CA; }
a { background-color: rgb(38,199,202); }
div.DivClassName
{
background-color: #26C7CA;
}
.BgClassName
{
background-color: #26C7CA;
}
</style>
border-color css
<style>
span { border-color: #26C7CA; }
span { border-color: rgb(38,199,202); }
td.TdClassName
{
border-color: #26C7CA;
}
.TagClassName
{
border-color: #26C7CA;
}
</style>