Shades of Turquoise #26CDDA
Tints of Turquoise #26CDDA
RGB
CMYK
RGB Variations
Color information
#26CDDA (or 0x26CDDA) is known color: Turquoise. HEX triplet: 26, CD and DA. RGB value is (38,205,218). Sum of RGB (Red+Green+Blue) = 38+205+218=461 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.24% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #26CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDDA is #D93225. Grayscale: #9C9C9C. Windows color (decimal): -14234150 or 14339366. OLE color: 14339366.
HSL color Cylindrical-coordinate representation of color #26CDDA: hue angle of 184.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CDDA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 205 | 218 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.15 |
| HSL | 184.33º | 0.71% | 0.5% | - |
| HSV(B) | 184.33º | 0.83% | 0.85% | - |
| XYZ | 35.29 | 49.14 | 73.95 | - |
| YUV | 156.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 218 | 0.83 | 0.06 | 0 | 0.15 | 184.33 | 0.71 | 0.5 |
| Hex | 26 | CD | DA | 53 | 6 | 0 | F | B8 | 47 | 32 |
| Octal | 46 | 315 | 332 | 123 | 6 | 0 | 17 | 270 | 107 | 62 |
| Binary | 100110 | 11001101 | 11011010 | 1010011 | 110 | 0 | 1111 | 10111000 | 1000111 | 110010 |
Color Harmonies of #26CDDA
Complementary color
Monochromatic Colors of #26CDDA
Black with #26CDDA
Text Example
Text Example
White with #26CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDDA; }
p { color: rgb(38,205,218); }
H1.HeaderClassName
{
color: #26CDDA;
}
.AnyTagClassName
{
color: #26CDDA;
}
</style>
background-color css
<style>
a { background-color: #26CDDA; }
a { background-color: rgb(38,205,218); }
div.DivClassName
{
background-color: #26CDDA;
}
.BgClassName
{
background-color: #26CDDA;
}
</style>
border-color css
<style>
span { border-color: #26CDDA; }
span { border-color: rgb(38,205,218); }
td.TdClassName
{
border-color: #26CDDA;
}
.TagClassName
{
border-color: #26CDDA;
}
</style>