Shades of Turquoise #26D3BD
Tints of Turquoise #26D3BD
RGB
CMYK
RGB Variations
Color information
#26D3BD (or 0x26D3BD) is known color: Turquoise. HEX triplet: 26, D3 and BD. RGB value is (38,211,189). Sum of RGB (Red+Green+Blue) = 38+211+189=438 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.68% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #26D3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D3BD is #D92C42. Grayscale: #9C9C9C. Windows color (decimal): -14232643 or 12440358. OLE color: 12440358.
HSL color Cylindrical-coordinate representation of color #26D3BD: hue angle of 172.37º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D3BD is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 189 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.17 |
| HSL | 172.37º | 0.69% | 0.49% | - |
| HSV(B) | 172.37º | 0.82% | 0.83% | - |
| XYZ | 33.28 | 50.67 | 56.17 | - |
| YUV | 156.77 | 146.19 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 189 | 0.82 | 0 | 0.10 | 0.17 | 172.37 | 0.69 | 0.49 |
| Hex | 26 | D3 | BD | 52 | 0 | A | 11 | AC | 45 | 31 |
| Octal | 46 | 323 | 275 | 122 | 0 | 12 | 21 | 254 | 105 | 61 |
| Binary | 100110 | 11010011 | 10111101 | 1010010 | 0 | 1010 | 10001 | 10101100 | 1000101 | 110001 |
Color Harmonies of #26D3BD
Complementary color
Monochromatic Colors of #26D3BD
Black with #26D3BD
Text Example
Text Example
White with #26D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D3BD; }
p { color: rgb(38,211,189); }
H1.HeaderClassName
{
color: #26D3BD;
}
.AnyTagClassName
{
color: #26D3BD;
}
</style>
background-color css
<style>
a { background-color: #26D3BD; }
a { background-color: rgb(38,211,189); }
div.DivClassName
{
background-color: #26D3BD;
}
.BgClassName
{
background-color: #26D3BD;
}
</style>
border-color css
<style>
span { border-color: #26D3BD; }
span { border-color: rgb(38,211,189); }
td.TdClassName
{
border-color: #26D3BD;
}
.TagClassName
{
border-color: #26D3BD;
}
</style>