Shades of Turquoise #26FECC
Tints of Turquoise #26FECC
RGB
CMYK
RGB Variations
Color information
#26FECC (or 0x26FECC) is known color: Turquoise. HEX triplet: 26, FE and CC. RGB value is (38,254,204). Sum of RGB (Red+Green+Blue) = 38+254+204=496 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.66% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #26FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FECC is #D90133. Grayscale: #B7B7B7. Windows color (decimal): -14221620 or 13434406. OLE color: 13434406.
HSL color Cylindrical-coordinate representation of color #26FECC: hue angle of 166.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FECC is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 254 | 204 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.00 |
| HSL | 166.11º | 0.99% | 0.57% | - |
| HSV(B) | 166.11º | 0.85% | 1% | - |
| XYZ | 47.14 | 75.66 | 69.25 | - |
| YUV | 183.72 | 139.44 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 254 | 204 | 0.85 | 0 | 0.20 | 0.00 | 166.11 | 0.99 | 0.57 |
| Hex | 26 | FE | CC | 55 | 0 | 14 | 0 | A6 | 63 | 39 |
| Octal | 46 | 376 | 314 | 125 | 0 | 24 | 0 | 246 | 143 | 71 |
| Binary | 100110 | 11111110 | 11001100 | 1010101 | 0 | 10100 | 0 | 10100110 | 1100011 | 111001 |
Color Harmonies of #26FECC
Complementary color
Monochromatic Colors of #26FECC
Black with #26FECC
Text Example
Text Example
White with #26FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FECC; }
p { color: rgb(38,254,204); }
H1.HeaderClassName
{
color: #26FECC;
}
.AnyTagClassName
{
color: #26FECC;
}
</style>
background-color css
<style>
a { background-color: #26FECC; }
a { background-color: rgb(38,254,204); }
div.DivClassName
{
background-color: #26FECC;
}
.BgClassName
{
background-color: #26FECC;
}
</style>
border-color css
<style>
span { border-color: #26FECC; }
span { border-color: rgb(38,254,204); }
td.TdClassName
{
border-color: #26FECC;
}
.TagClassName
{
border-color: #26FECC;
}
</style>