Shades of Bright Turquoise #26F6DD
Tints of Bright Turquoise #26F6DD
RGB
CMYK
RGB Variations
Color information
#26F6DD (or 0x26F6DD) is known color: Bright Turquoise. HEX triplet: 26, F6 and DD. RGB value is (38,246,221). Sum of RGB (Red+Green+Blue) = 38+246+221=505 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.52% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #26F6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F6DD is #D90922. Grayscale: #B4B4B4. Windows color (decimal): -14223651 or 14546470. OLE color: 14546470.
HSL color Cylindrical-coordinate representation of color #26F6DD: hue angle of 172.79º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F6DD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 246 | 221 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.04 |
| HSL | 172.79º | 0.92% | 0.56% | - |
| HSV(B) | 172.79º | 0.85% | 0.96% | - |
| XYZ | 46.81 | 71.54 | 79.75 | - |
| YUV | 180.96 | 150.59 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 246 | 221 | 0.85 | 0 | 0.10 | 0.04 | 172.79 | 0.92 | 0.56 |
| Hex | 26 | F6 | DD | 55 | 0 | A | 4 | AD | 5C | 38 |
| Octal | 46 | 366 | 335 | 125 | 0 | 12 | 4 | 255 | 134 | 70 |
| Binary | 100110 | 11110110 | 11011101 | 1010101 | 0 | 1010 | 100 | 10101101 | 1011100 | 111000 |
Color Harmonies of #26F6DD
Complementary color
Monochromatic Colors of #26F6DD
Black with #26F6DD
Text Example
Text Example
White with #26F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F6DD; }
p { color: rgb(38,246,221); }
H1.HeaderClassName
{
color: #26F6DD;
}
.AnyTagClassName
{
color: #26F6DD;
}
</style>
background-color css
<style>
a { background-color: #26F6DD; }
a { background-color: rgb(38,246,221); }
div.DivClassName
{
background-color: #26F6DD;
}
.BgClassName
{
background-color: #26F6DD;
}
</style>
border-color css
<style>
span { border-color: #26F6DD; }
span { border-color: rgb(38,246,221); }
td.TdClassName
{
border-color: #26F6DD;
}
.TagClassName
{
border-color: #26F6DD;
}
</style>