Shades of Turquoise #26DEDD
Tints of Turquoise #26DEDD
RGB
CMYK
RGB Variations
Color information
#26DEDD (or 0x26DEDD) is known color: Turquoise. HEX triplet: 26, DE and DD. RGB value is (38,222,221). Sum of RGB (Red+Green+Blue) = 38+222+221=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #26DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DEDD is #D92122. Grayscale: #A6A6A6. Windows color (decimal): -14229795 or 14540326. OLE color: 14540326.
HSL color Cylindrical-coordinate representation of color #26DEDD: hue angle of 179.67º 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 #26DEDD is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 222 | 221 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.13 |
| HSL | 179.67º | 0.74% | 0.51% | - |
| HSV(B) | 179.67º | 0.83% | 0.87% | - |
| XYZ | 39.97 | 57.88 | 77.47 | - |
| YUV | 166.87 | 158.54 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 222 | 221 | 0.83 | 0 | 0.00 | 0.13 | 179.67 | 0.74 | 0.51 |
| Hex | 26 | DE | DD | 53 | 0 | 0 | D | B4 | 4A | 33 |
| Octal | 46 | 336 | 335 | 123 | 0 | 0 | 15 | 264 | 112 | 63 |
| Binary | 100110 | 11011110 | 11011101 | 1010011 | 0 | 0 | 1101 | 10110100 | 1001010 | 110011 |
Color Harmonies of #26DEDD
Complementary color
Monochromatic Colors of #26DEDD
Black with #26DEDD
Text Example
Text Example
White with #26DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DEDD; }
p { color: rgb(38,222,221); }
H1.HeaderClassName
{
color: #26DEDD;
}
.AnyTagClassName
{
color: #26DEDD;
}
</style>
background-color css
<style>
a { background-color: #26DEDD; }
a { background-color: rgb(38,222,221); }
div.DivClassName
{
background-color: #26DEDD;
}
.BgClassName
{
background-color: #26DEDD;
}
</style>
border-color css
<style>
span { border-color: #26DEDD; }
span { border-color: rgb(38,222,221); }
td.TdClassName
{
border-color: #26DEDD;
}
.TagClassName
{
border-color: #26DEDD;
}
</style>