Shades of Turquoise #26F5CF
Tints of Turquoise #26F5CF
RGB
CMYK
RGB Variations
Color information
#26F5CF (or 0x26F5CF) is known color: Turquoise. HEX triplet: 26, F5 and CF. RGB value is (38,245,207). Sum of RGB (Red+Green+Blue) = 38+245+207=490 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.76% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #26F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F5CF is #D90A30. Grayscale: #B2B2B2. Windows color (decimal): -14223921 or 13628710. OLE color: 13628710.
HSL color Cylindrical-coordinate representation of color #26F5CF: hue angle of 168.99º 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 #26F5CF is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 207 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.04 |
| HSL | 168.99º | 0.91% | 0.55% | - |
| HSV(B) | 168.99º | 0.84% | 0.96% | - |
| XYZ | 44.71 | 70.22 | 70.23 | - |
| YUV | 178.78 | 143.92 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 207 | 0.84 | 0 | 0.16 | 0.04 | 168.99 | 0.91 | 0.55 |
| Hex | 26 | F5 | CF | 54 | 0 | 10 | 4 | A9 | 5B | 37 |
| Octal | 46 | 365 | 317 | 124 | 0 | 20 | 4 | 251 | 133 | 67 |
| Binary | 100110 | 11110101 | 11001111 | 1010100 | 0 | 10000 | 100 | 10101001 | 1011011 | 110111 |
Color Harmonies of #26F5CF
Complementary color
Monochromatic Colors of #26F5CF
Black with #26F5CF
Text Example
Text Example
White with #26F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F5CF; }
p { color: rgb(38,245,207); }
H1.HeaderClassName
{
color: #26F5CF;
}
.AnyTagClassName
{
color: #26F5CF;
}
</style>
background-color css
<style>
a { background-color: #26F5CF; }
a { background-color: rgb(38,245,207); }
div.DivClassName
{
background-color: #26F5CF;
}
.BgClassName
{
background-color: #26F5CF;
}
</style>
border-color css
<style>
span { border-color: #26F5CF; }
span { border-color: rgb(38,245,207); }
td.TdClassName
{
border-color: #26F5CF;
}
.TagClassName
{
border-color: #26F5CF;
}
</style>