Shades of Bright Turquoise #26FADA
Tints of Bright Turquoise #26FADA
RGB
CMYK
RGB Variations
Color information
#26FADA (or 0x26FADA) is known color: Bright Turquoise. HEX triplet: 26, FA and DA. RGB value is (38,250,218). Sum of RGB (Red+Green+Blue) = 38+250+218=506 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.51% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #26FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FADA is #D90525. Grayscale: #B6B6B6. Windows color (decimal): -14222630 or 14350886. OLE color: 14350886.
HSL color Cylindrical-coordinate representation of color #26FADA: hue angle of 170.94º 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 #26FADA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 218 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.02 |
| HSL | 170.94º | 0.95% | 0.56% | - |
| HSV(B) | 170.94º | 0.85% | 0.98% | - |
| XYZ | 47.64 | 73.85 | 78.07 | - |
| YUV | 182.96 | 147.76 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 218 | 0.85 | 0 | 0.13 | 0.02 | 170.94 | 0.95 | 0.56 |
| Hex | 26 | FA | DA | 55 | 0 | D | 2 | AB | 5F | 38 |
| Octal | 46 | 372 | 332 | 125 | 0 | 15 | 2 | 253 | 137 | 70 |
| Binary | 100110 | 11111010 | 11011010 | 1010101 | 0 | 1101 | 10 | 10101011 | 1011111 | 111000 |
Color Harmonies of #26FADA
Complementary color
Monochromatic Colors of #26FADA
Black with #26FADA
Text Example
Text Example
White with #26FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FADA; }
p { color: rgb(38,250,218); }
H1.HeaderClassName
{
color: #26FADA;
}
.AnyTagClassName
{
color: #26FADA;
}
</style>
background-color css
<style>
a { background-color: #26FADA; }
a { background-color: rgb(38,250,218); }
div.DivClassName
{
background-color: #26FADA;
}
.BgClassName
{
background-color: #26FADA;
}
</style>
border-color css
<style>
span { border-color: #26FADA; }
span { border-color: rgb(38,250,218); }
td.TdClassName
{
border-color: #26FADA;
}
.TagClassName
{
border-color: #26FADA;
}
</style>