Shades of Turquoise #26EFD5
Tints of Turquoise #26EFD5
RGB
CMYK
RGB Variations
Color information
#26EFD5 (or 0x26EFD5) is known color: Turquoise. HEX triplet: 26, EF and D5. RGB value is (38,239,213). Sum of RGB (Red+Green+Blue) = 38+239+213=490 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.76% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EFD5 is #D9102A. Grayscale: #AFAFAF. Windows color (decimal): -14225451 or 14020390. OLE color: 14020390.
HSL color Cylindrical-coordinate representation of color #26EFD5: hue angle of 172.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFD5 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 213 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.06 |
| HSL | 172.24º | 0.86% | 0.54% | - |
| HSV(B) | 172.24º | 0.84% | 0.94% | - |
| XYZ | 43.68 | 66.95 | 73.57 | - |
| YUV | 175.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 213 | 0.84 | 0 | 0.11 | 0.06 | 172.24 | 0.86 | 0.54 |
| Hex | 26 | EF | D5 | 54 | 0 | B | 6 | AC | 56 | 36 |
| Octal | 46 | 357 | 325 | 124 | 0 | 13 | 6 | 254 | 126 | 66 |
| Binary | 100110 | 11101111 | 11010101 | 1010100 | 0 | 1011 | 110 | 10101100 | 1010110 | 110110 |
Color Harmonies of #26EFD5
Complementary color
Monochromatic Colors of #26EFD5
Black with #26EFD5
Text Example
Text Example
White with #26EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EFD5; }
p { color: rgb(38,239,213); }
H1.HeaderClassName
{
color: #26EFD5;
}
.AnyTagClassName
{
color: #26EFD5;
}
</style>
background-color css
<style>
a { background-color: #26EFD5; }
a { background-color: rgb(38,239,213); }
div.DivClassName
{
background-color: #26EFD5;
}
.BgClassName
{
background-color: #26EFD5;
}
</style>
border-color css
<style>
span { border-color: #26EFD5; }
span { border-color: rgb(38,239,213); }
td.TdClassName
{
border-color: #26EFD5;
}
.TagClassName
{
border-color: #26EFD5;
}
</style>