Shades of Turquoise #26F5D4
Tints of Turquoise #26F5D4
RGB
CMYK
RGB Variations
Color information
#26F5D4 (or 0x26F5D4) is known color: Turquoise. HEX triplet: 26, F5 and D4. RGB value is (38,245,212). Sum of RGB (Red+Green+Blue) = 38+245+212=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #26F5D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F5D4 is #D90A2B. Grayscale: #B3B3B3. Windows color (decimal): -14223916 or 13956390. OLE color: 13956390.
HSL color Cylindrical-coordinate representation of color #26F5D4: hue angle of 170.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F5D4 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 212 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.04 |
| HSL | 170.43º | 0.91% | 0.55% | - |
| HSV(B) | 170.43º | 0.84% | 0.96% | - |
| XYZ | 45.34 | 70.47 | 73.5 | - |
| YUV | 179.35 | 146.42 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 212 | 0.84 | 0 | 0.13 | 0.04 | 170.43 | 0.91 | 0.55 |
| Hex | 26 | F5 | D4 | 54 | 0 | D | 4 | AA | 5B | 37 |
| Octal | 46 | 365 | 324 | 124 | 0 | 15 | 4 | 252 | 133 | 67 |
| Binary | 100110 | 11110101 | 11010100 | 1010100 | 0 | 1101 | 100 | 10101010 | 1011011 | 110111 |
Color Harmonies of #26F5D4
Complementary color
Monochromatic Colors of #26F5D4
Black with #26F5D4
Text Example
Text Example
White with #26F5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F5D4; }
p { color: rgb(38,245,212); }
H1.HeaderClassName
{
color: #26F5D4;
}
.AnyTagClassName
{
color: #26F5D4;
}
</style>
background-color css
<style>
a { background-color: #26F5D4; }
a { background-color: rgb(38,245,212); }
div.DivClassName
{
background-color: #26F5D4;
}
.BgClassName
{
background-color: #26F5D4;
}
</style>
border-color css
<style>
span { border-color: #26F5D4; }
span { border-color: rgb(38,245,212); }
td.TdClassName
{
border-color: #26F5D4;
}
.TagClassName
{
border-color: #26F5D4;
}
</style>