Shades of Turquoise #26DFDA
Tints of Turquoise #26DFDA
RGB
CMYK
RGB Variations
Color information
#26DFDA (or 0x26DFDA) is known color: Turquoise. HEX triplet: 26, DF and DA. RGB value is (38,223,218). Sum of RGB (Red+Green+Blue) = 38+223+218=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFDA is #D92025. Grayscale: #A6A6A6. Windows color (decimal): -14229542 or 14343974. OLE color: 14343974.
HSL color Cylindrical-coordinate representation of color #26DFDA: hue angle of 178.38º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DFDA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 223 | 218 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.13 |
| HSL | 178.38º | 0.74% | 0.51% | - |
| HSV(B) | 178.38º | 0.83% | 0.87% | - |
| XYZ | 39.84 | 58.25 | 75.47 | - |
| YUV | 167.12 | 156.71 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 223 | 218 | 0.83 | 0 | 0.02 | 0.13 | 178.38 | 0.74 | 0.51 |
| Hex | 26 | DF | DA | 53 | 0 | 2 | D | B2 | 4A | 33 |
| Octal | 46 | 337 | 332 | 123 | 0 | 2 | 15 | 262 | 112 | 63 |
| Binary | 100110 | 11011111 | 11011010 | 1010011 | 0 | 10 | 1101 | 10110010 | 1001010 | 110011 |
Color Harmonies of #26DFDA
Complementary color
Monochromatic Colors of #26DFDA
Black with #26DFDA
Text Example
Text Example
White with #26DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DFDA; }
p { color: rgb(38,223,218); }
H1.HeaderClassName
{
color: #26DFDA;
}
.AnyTagClassName
{
color: #26DFDA;
}
</style>
background-color css
<style>
a { background-color: #26DFDA; }
a { background-color: rgb(38,223,218); }
div.DivClassName
{
background-color: #26DFDA;
}
.BgClassName
{
background-color: #26DFDA;
}
</style>
border-color css
<style>
span { border-color: #26DFDA; }
span { border-color: rgb(38,223,218); }
td.TdClassName
{
border-color: #26DFDA;
}
.TagClassName
{
border-color: #26DFDA;
}
</style>