Shades of Bright Turquoise #26FADD
Tints of Bright Turquoise #26FADD
RGB
CMYK
RGB Variations
Color information
#26FADD (or 0x26FADD) is known color: Bright Turquoise. HEX triplet: 26, FA and DD. RGB value is (38,250,221). Sum of RGB (Red+Green+Blue) = 38+250+221=509 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.47% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #26FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FADD is #D90522. Grayscale: #B7B7B7. Windows color (decimal): -14222627 or 14547494. OLE color: 14547494.
HSL color Cylindrical-coordinate representation of color #26FADD: hue angle of 171.79º 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 #26FADD is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 221 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.02 |
| HSL | 171.79º | 0.95% | 0.56% | - |
| HSV(B) | 171.79º | 0.85% | 0.98% | - |
| XYZ | 48.04 | 74 | 80.16 | - |
| YUV | 183.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 221 | 0.85 | 0 | 0.12 | 0.02 | 171.79 | 0.95 | 0.56 |
| Hex | 26 | FA | DD | 55 | 0 | C | 2 | AC | 5F | 38 |
| Octal | 46 | 372 | 335 | 125 | 0 | 14 | 2 | 254 | 137 | 70 |
| Binary | 100110 | 11111010 | 11011101 | 1010101 | 0 | 1100 | 10 | 10101100 | 1011111 | 111000 |
Color Harmonies of #26FADD
Complementary color
Monochromatic Colors of #26FADD
Black with #26FADD
Text Example
Text Example
White with #26FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FADD; }
p { color: rgb(38,250,221); }
H1.HeaderClassName
{
color: #26FADD;
}
.AnyTagClassName
{
color: #26FADD;
}
</style>
background-color css
<style>
a { background-color: #26FADD; }
a { background-color: rgb(38,250,221); }
div.DivClassName
{
background-color: #26FADD;
}
.BgClassName
{
background-color: #26FADD;
}
</style>
border-color css
<style>
span { border-color: #26FADD; }
span { border-color: rgb(38,250,221); }
td.TdClassName
{
border-color: #26FADD;
}
.TagClassName
{
border-color: #26FADD;
}
</style>