Shades of Turquoise #26CDC5
Tints of Turquoise #26CDC5
RGB
CMYK
RGB Variations
Color information
#26CDC5 (or 0x26CDC5) is known color: Turquoise. HEX triplet: 26, CD and C5. RGB value is (38,205,197). Sum of RGB (Red+Green+Blue) = 38+205+197=440 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.64% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #26CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDC5 is #D9323A. Grayscale: #9A9A9A. Windows color (decimal): -14234171 or 12963110. OLE color: 12963110.
HSL color Cylindrical-coordinate representation of color #26CDC5: hue angle of 177.13º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CDC5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 205 | 197 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.20 |
| HSL | 177.13º | 0.69% | 0.48% | - |
| HSV(B) | 177.13º | 0.81% | 0.8% | - |
| XYZ | 32.71 | 48.11 | 60.38 | - |
| YUV | 154.16 | 152.17 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 197 | 0.81 | 0 | 0.04 | 0.20 | 177.13 | 0.69 | 0.48 |
| Hex | 26 | CD | C5 | 51 | 0 | 4 | 14 | B1 | 45 | 30 |
| Octal | 46 | 315 | 305 | 121 | 0 | 4 | 24 | 261 | 105 | 60 |
| Binary | 100110 | 11001101 | 11000101 | 1010001 | 0 | 100 | 10100 | 10110001 | 1000101 | 110000 |
Color Harmonies of #26CDC5
Complementary color
Monochromatic Colors of #26CDC5
Black with #26CDC5
Text Example
Text Example
White with #26CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDC5; }
p { color: rgb(38,205,197); }
H1.HeaderClassName
{
color: #26CDC5;
}
.AnyTagClassName
{
color: #26CDC5;
}
</style>
background-color css
<style>
a { background-color: #26CDC5; }
a { background-color: rgb(38,205,197); }
div.DivClassName
{
background-color: #26CDC5;
}
.BgClassName
{
background-color: #26CDC5;
}
</style>
border-color css
<style>
span { border-color: #26CDC5; }
span { border-color: rgb(38,205,197); }
td.TdClassName
{
border-color: #26CDC5;
}
.TagClassName
{
border-color: #26CDC5;
}
</style>