Shades of Medium Turquoise #26CACE
Tints of Medium Turquoise #26CACE
RGB
CMYK
RGB Variations
Color information
#26CACE (or 0x26CACE) is known color: Medium Turquoise. HEX triplet: 26, CA and CE. RGB value is (38,202,206). Sum of RGB (Red+Green+Blue) = 38+202+206=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #26CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CACE is #D93531. Grayscale: #999999. Windows color (decimal): -14234930 or 13552166. OLE color: 13552166.
HSL color Cylindrical-coordinate representation of color #26CACE: hue angle of 181.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CACE is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 202 | 206 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.19 |
| HSL | 181.43º | 0.69% | 0.48% | - |
| HSV(B) | 181.43º | 0.82% | 0.81% | - |
| XYZ | 33.06 | 47.11 | 65.74 | - |
| YUV | 153.42 | 157.67 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 206 | 0.82 | 0.02 | 0 | 0.19 | 181.43 | 0.69 | 0.48 |
| Hex | 26 | CA | CE | 52 | 2 | 0 | 13 | B5 | 45 | 30 |
| Octal | 46 | 312 | 316 | 122 | 2 | 0 | 23 | 265 | 105 | 60 |
| Binary | 100110 | 11001010 | 11001110 | 1010010 | 10 | 0 | 10011 | 10110101 | 1000101 | 110000 |
Color Harmonies of #26CACE
Complementary color
Monochromatic Colors of #26CACE
Black with #26CACE
Text Example
Text Example
White with #26CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CACE; }
p { color: rgb(38,202,206); }
H1.HeaderClassName
{
color: #26CACE;
}
.AnyTagClassName
{
color: #26CACE;
}
</style>
background-color css
<style>
a { background-color: #26CACE; }
a { background-color: rgb(38,202,206); }
div.DivClassName
{
background-color: #26CACE;
}
.BgClassName
{
background-color: #26CACE;
}
</style>
border-color css
<style>
span { border-color: #26CACE; }
span { border-color: rgb(38,202,206); }
td.TdClassName
{
border-color: #26CACE;
}
.TagClassName
{
border-color: #26CACE;
}
</style>