Shades of Turquoise #26F9C9
Tints of Turquoise #26F9C9
RGB
CMYK
RGB Variations
Color information
#26F9C9 (or 0x26F9C9) is known color: Turquoise. HEX triplet: 26, F9 and C9. RGB value is (38,249,201). Sum of RGB (Red+Green+Blue) = 38+249+201=488 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.79% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #26F9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F9C9 is #D90636. Grayscale: #B4B4B4. Windows color (decimal): -14222903 or 13236518. OLE color: 13236518.
HSL color Cylindrical-coordinate representation of color #26F9C9: hue angle of 166.35º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F9C9 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 201 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.02 |
| HSL | 166.35º | 0.95% | 0.56% | - |
| HSV(B) | 166.35º | 0.85% | 0.98% | - |
| XYZ | 45.22 | 72.38 | 66.85 | - |
| YUV | 180.44 | 139.6 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 201 | 0.85 | 0 | 0.19 | 0.02 | 166.35 | 0.95 | 0.56 |
| Hex | 26 | F9 | C9 | 55 | 0 | 13 | 2 | A6 | 5F | 38 |
| Octal | 46 | 371 | 311 | 125 | 0 | 23 | 2 | 246 | 137 | 70 |
| Binary | 100110 | 11111001 | 11001001 | 1010101 | 0 | 10011 | 10 | 10100110 | 1011111 | 111000 |
Color Harmonies of #26F9C9
Complementary color
Monochromatic Colors of #26F9C9
Black with #26F9C9
Text Example
Text Example
White with #26F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F9C9; }
p { color: rgb(38,249,201); }
H1.HeaderClassName
{
color: #26F9C9;
}
.AnyTagClassName
{
color: #26F9C9;
}
</style>
background-color css
<style>
a { background-color: #26F9C9; }
a { background-color: rgb(38,249,201); }
div.DivClassName
{
background-color: #26F9C9;
}
.BgClassName
{
background-color: #26F9C9;
}
</style>
border-color css
<style>
span { border-color: #26F9C9; }
span { border-color: rgb(38,249,201); }
td.TdClassName
{
border-color: #26F9C9;
}
.TagClassName
{
border-color: #26F9C9;
}
</style>