Shades of Turquoise #26FDBD
Tints of Turquoise #26FDBD
RGB
CMYK
RGB Variations
Color information
#26FDBD (or 0x26FDBD) is known color: Turquoise. HEX triplet: 26, FD and BD. RGB value is (38,253,189). Sum of RGB (Red+Green+Blue) = 38+253+189=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #26FDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FDBD is #D90242. Grayscale: #B5B5B5. Windows color (decimal): -14221891 or 12451110. OLE color: 12451110.
HSL color Cylindrical-coordinate representation of color #26FDBD: hue angle of 162.14º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FDBD is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 253 | 189 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.01 |
| HSL | 162.14º | 0.98% | 0.57% | - |
| HSV(B) | 162.14º | 0.85% | 0.99% | - |
| XYZ | 45.11 | 74.34 | 60.12 | - |
| YUV | 181.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 253 | 189 | 0.85 | 0 | 0.25 | 0.01 | 162.14 | 0.98 | 0.57 |
| Hex | 26 | FD | BD | 55 | 0 | 19 | 1 | A2 | 62 | 39 |
| Octal | 46 | 375 | 275 | 125 | 0 | 31 | 1 | 242 | 142 | 71 |
| Binary | 100110 | 11111101 | 10111101 | 1010101 | 0 | 11001 | 1 | 10100010 | 1100010 | 111001 |
Color Harmonies of #26FDBD
Complementary color
Monochromatic Colors of #26FDBD
Black with #26FDBD
Text Example
Text Example
White with #26FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FDBD; }
p { color: rgb(38,253,189); }
H1.HeaderClassName
{
color: #26FDBD;
}
.AnyTagClassName
{
color: #26FDBD;
}
</style>
background-color css
<style>
a { background-color: #26FDBD; }
a { background-color: rgb(38,253,189); }
div.DivClassName
{
background-color: #26FDBD;
}
.BgClassName
{
background-color: #26FDBD;
}
</style>
border-color css
<style>
span { border-color: #26FDBD; }
span { border-color: rgb(38,253,189); }
td.TdClassName
{
border-color: #26FDBD;
}
.TagClassName
{
border-color: #26FDBD;
}
</style>