Shades of Medium Turquoise #26C9CC
Tints of Medium Turquoise #26C9CC
RGB
CMYK
RGB Variations
Color information
#26C9CC (or 0x26C9CC) is known color: Medium Turquoise. HEX triplet: 26, C9 and CC. RGB value is (38,201,204). Sum of RGB (Red+Green+Blue) = 38+201+204=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #26C9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C9CC is #D93633. Grayscale: #989898. Windows color (decimal): -14235188 or 13420838. OLE color: 13420838.
HSL color Cylindrical-coordinate representation of color #26C9CC: hue angle of 181.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C9CC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 201 | 204 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.2 |
| HSL | 181.08º | 0.69% | 0.47% | - |
| HSV(B) | 181.08º | 0.81% | 0.8% | - |
| XYZ | 32.59 | 46.54 | 64.39 | - |
| YUV | 152.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 204 | 0.81 | 0.01 | 0 | 0.2 | 181.08 | 0.69 | 0.47 |
| Hex | 26 | C9 | CC | 51 | 1 | 0 | 14 | B5 | 45 | 2F |
| Octal | 46 | 311 | 314 | 121 | 1 | 0 | 24 | 265 | 105 | 57 |
| Binary | 100110 | 11001001 | 11001100 | 1010001 | 1 | 0 | 10100 | 10110101 | 1000101 | 101111 |
Color Harmonies of #26C9CC
Complementary color
Monochromatic Colors of #26C9CC
Black with #26C9CC
Text Example
Text Example
White with #26C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C9CC; }
p { color: rgb(38,201,204); }
H1.HeaderClassName
{
color: #26C9CC;
}
.AnyTagClassName
{
color: #26C9CC;
}
</style>
background-color css
<style>
a { background-color: #26C9CC; }
a { background-color: rgb(38,201,204); }
div.DivClassName
{
background-color: #26C9CC;
}
.BgClassName
{
background-color: #26C9CC;
}
</style>
border-color css
<style>
span { border-color: #26C9CC; }
span { border-color: rgb(38,201,204); }
td.TdClassName
{
border-color: #26C9CC;
}
.TagClassName
{
border-color: #26C9CC;
}
</style>