Shades of Medium Turquoise #26C3CA
Tints of Medium Turquoise #26C3CA
RGB
CMYK
RGB Variations
Color information
#26C3CA (or 0x26C3CA) is known color: Medium Turquoise. HEX triplet: 26, C3 and CA. RGB value is (38,195,202). Sum of RGB (Red+Green+Blue) = 38+195+202=435 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.74% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #26C3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C3CA is #D93C35. Grayscale: #949494. Windows color (decimal): -14236726 or 13288230. OLE color: 13288230.
HSL color Cylindrical-coordinate representation of color #26C3CA: hue angle of 182.56º 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 #26C3CA is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 195 | 202 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.21 |
| HSL | 182.56º | 0.68% | 0.47% | - |
| HSV(B) | 182.56º | 0.81% | 0.79% | - |
| XYZ | 30.98 | 43.71 | 62.68 | - |
| YUV | 148.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 202 | 0.81 | 0.03 | 0 | 0.21 | 182.56 | 0.68 | 0.47 |
| Hex | 26 | C3 | CA | 51 | 3 | 0 | 15 | B7 | 44 | 2F |
| Octal | 46 | 303 | 312 | 121 | 3 | 0 | 25 | 267 | 104 | 57 |
| Binary | 100110 | 11000011 | 11001010 | 1010001 | 11 | 0 | 10101 | 10110111 | 1000100 | 101111 |
Color Harmonies of #26C3CA
Complementary color
Monochromatic Colors of #26C3CA
Black with #26C3CA
Text Example
Text Example
White with #26C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C3CA; }
p { color: rgb(38,195,202); }
H1.HeaderClassName
{
color: #26C3CA;
}
.AnyTagClassName
{
color: #26C3CA;
}
</style>
background-color css
<style>
a { background-color: #26C3CA; }
a { background-color: rgb(38,195,202); }
div.DivClassName
{
background-color: #26C3CA;
}
.BgClassName
{
background-color: #26C3CA;
}
</style>
border-color css
<style>
span { border-color: #26C3CA; }
span { border-color: rgb(38,195,202); }
td.TdClassName
{
border-color: #26C3CA;
}
.TagClassName
{
border-color: #26C3CA;
}
</style>