Shades of Turquoise #26FBC9
Tints of Turquoise #26FBC9
RGB
CMYK
RGB Variations
Color information
#26FBC9 (or 0x26FBC9) is known color: Turquoise. HEX triplet: 26, FB and C9. RGB value is (38,251,201). Sum of RGB (Red+Green+Blue) = 38+251+201=490 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.76% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #26FBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FBC9 is #D90436. Grayscale: #B5B5B5. Windows color (decimal): -14222391 or 13237030. OLE color: 13237030.
HSL color Cylindrical-coordinate representation of color #26FBC9: hue angle of 165.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FBC9 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 251 | 201 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.02 |
| HSL | 165.92º | 0.96% | 0.57% | - |
| HSV(B) | 165.92º | 0.85% | 0.98% | - |
| XYZ | 45.84 | 73.62 | 67.05 | - |
| YUV | 181.61 | 138.93 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 251 | 201 | 0.85 | 0 | 0.20 | 0.02 | 165.92 | 0.96 | 0.57 |
| Hex | 26 | FB | C9 | 55 | 0 | 14 | 2 | A6 | 60 | 39 |
| Octal | 46 | 373 | 311 | 125 | 0 | 24 | 2 | 246 | 140 | 71 |
| Binary | 100110 | 11111011 | 11001001 | 1010101 | 0 | 10100 | 10 | 10100110 | 1100000 | 111001 |
Color Harmonies of #26FBC9
Complementary color
Monochromatic Colors of #26FBC9
Black with #26FBC9
Text Example
Text Example
White with #26FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FBC9; }
p { color: rgb(38,251,201); }
H1.HeaderClassName
{
color: #26FBC9;
}
.AnyTagClassName
{
color: #26FBC9;
}
</style>
background-color css
<style>
a { background-color: #26FBC9; }
a { background-color: rgb(38,251,201); }
div.DivClassName
{
background-color: #26FBC9;
}
.BgClassName
{
background-color: #26FBC9;
}
</style>
border-color css
<style>
span { border-color: #26FBC9; }
span { border-color: rgb(38,251,201); }
td.TdClassName
{
border-color: #26FBC9;
}
.TagClassName
{
border-color: #26FBC9;
}
</style>