Shades of Turquoise #26DCCC
Tints of Turquoise #26DCCC
RGB
CMYK
RGB Variations
Color information
#26DCCC (or 0x26DCCC) is known color: Turquoise. HEX triplet: 26, DC and CC. RGB value is (38,220,204). Sum of RGB (Red+Green+Blue) = 38+220+204=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #26DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCCC is #D92333. Grayscale: #A3A3A3. Windows color (decimal): -14230324 or 13425702. OLE color: 13425702.
HSL color Cylindrical-coordinate representation of color #26DCCC: hue angle of 174.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DCCC is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 204 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.14 |
| HSL | 174.73º | 0.72% | 0.51% | - |
| HSV(B) | 174.73º | 0.83% | 0.86% | - |
| XYZ | 37.29 | 55.96 | 65.96 | - |
| YUV | 163.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 204 | 0.83 | 0 | 0.07 | 0.14 | 174.73 | 0.72 | 0.51 |
| Hex | 26 | DC | CC | 53 | 0 | 7 | E | AF | 48 | 33 |
| Octal | 46 | 334 | 314 | 123 | 0 | 7 | 16 | 257 | 110 | 63 |
| Binary | 100110 | 11011100 | 11001100 | 1010011 | 0 | 111 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #26DCCC
Complementary color
Monochromatic Colors of #26DCCC
Black with #26DCCC
Text Example
Text Example
White with #26DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCCC; }
p { color: rgb(38,220,204); }
H1.HeaderClassName
{
color: #26DCCC;
}
.AnyTagClassName
{
color: #26DCCC;
}
</style>
background-color css
<style>
a { background-color: #26DCCC; }
a { background-color: rgb(38,220,204); }
div.DivClassName
{
background-color: #26DCCC;
}
.BgClassName
{
background-color: #26DCCC;
}
</style>
border-color css
<style>
span { border-color: #26DCCC; }
span { border-color: rgb(38,220,204); }
td.TdClassName
{
border-color: #26DCCC;
}
.TagClassName
{
border-color: #26DCCC;
}
</style>