Shades of Turquoise #26DCDA
Tints of Turquoise #26DCDA
RGB
CMYK
RGB Variations
Color information
#26DCDA (or 0x26DCDA) is known color: Turquoise. HEX triplet: 26, DC and DA. RGB value is (38,220,218). Sum of RGB (Red+Green+Blue) = 38+220+218=476 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.98% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #26DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCDA is #D92325. Grayscale: #A5A5A5. Windows color (decimal): -14230310 or 14343206. OLE color: 14343206.
HSL color Cylindrical-coordinate representation of color #26DCDA: hue angle of 179.34º 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 #26DCDA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 218 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.14 |
| HSL | 179.34º | 0.72% | 0.51% | - |
| HSV(B) | 179.34º | 0.83% | 0.86% | - |
| XYZ | 39.05 | 56.66 | 75.21 | - |
| YUV | 165.35 | 157.7 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 218 | 0.83 | 0 | 0.01 | 0.14 | 179.34 | 0.72 | 0.51 |
| Hex | 26 | DC | DA | 53 | 0 | 1 | E | B3 | 48 | 33 |
| Octal | 46 | 334 | 332 | 123 | 0 | 1 | 16 | 263 | 110 | 63 |
| Binary | 100110 | 11011100 | 11011010 | 1010011 | 0 | 1 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #26DCDA
Complementary color
Monochromatic Colors of #26DCDA
Black with #26DCDA
Text Example
Text Example
White with #26DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCDA; }
p { color: rgb(38,220,218); }
H1.HeaderClassName
{
color: #26DCDA;
}
.AnyTagClassName
{
color: #26DCDA;
}
</style>
background-color css
<style>
a { background-color: #26DCDA; }
a { background-color: rgb(38,220,218); }
div.DivClassName
{
background-color: #26DCDA;
}
.BgClassName
{
background-color: #26DCDA;
}
</style>
border-color css
<style>
span { border-color: #26DCDA; }
span { border-color: rgb(38,220,218); }
td.TdClassName
{
border-color: #26DCDA;
}
.TagClassName
{
border-color: #26DCDA;
}
</style>