Shades of Turquoise #26CDD6
Tints of Turquoise #26CDD6
RGB
CMYK
RGB Variations
Color information
#26CDD6 (or 0x26CDD6) is known color: Turquoise. HEX triplet: 26, CD and D6. RGB value is (38,205,214). Sum of RGB (Red+Green+Blue) = 38+205+214=457 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.32% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #26CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDD6 is #D93229. Grayscale: #9B9B9B. Windows color (decimal): -14234154 or 14077222. OLE color: 14077222.
HSL color Cylindrical-coordinate representation of color #26CDD6: hue angle of 183.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CDD6 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 205 | 214 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.16 |
| HSL | 183.07º | 0.7% | 0.49% | - |
| HSV(B) | 183.07º | 0.82% | 0.84% | - |
| XYZ | 34.77 | 48.93 | 71.23 | - |
| YUV | 156.09 | 160.67 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 214 | 0.82 | 0.04 | 0 | 0.16 | 183.07 | 0.7 | 0.49 |
| Hex | 26 | CD | D6 | 52 | 4 | 0 | 10 | B7 | 46 | 31 |
| Octal | 46 | 315 | 326 | 122 | 4 | 0 | 20 | 267 | 106 | 61 |
| Binary | 100110 | 11001101 | 11010110 | 1010010 | 100 | 0 | 10000 | 10110111 | 1000110 | 110001 |
Color Harmonies of #26CDD6
Complementary color
Monochromatic Colors of #26CDD6
Black with #26CDD6
Text Example
Text Example
White with #26CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDD6; }
p { color: rgb(38,205,214); }
H1.HeaderClassName
{
color: #26CDD6;
}
.AnyTagClassName
{
color: #26CDD6;
}
</style>
background-color css
<style>
a { background-color: #26CDD6; }
a { background-color: rgb(38,205,214); }
div.DivClassName
{
background-color: #26CDD6;
}
.BgClassName
{
background-color: #26CDD6;
}
</style>
border-color css
<style>
span { border-color: #26CDD6; }
span { border-color: rgb(38,205,214); }
td.TdClassName
{
border-color: #26CDD6;
}
.TagClassName
{
border-color: #26CDD6;
}
</style>