Shades of Turquoise #26CDCD
Tints of Turquoise #26CDCD
RGB
CMYK
RGB Variations
Color information
#26CDCD (or 0x26CDCD) is known color: Turquoise. HEX triplet: 26, CD and CD. RGB value is (38,205,205). Sum of RGB (Red+Green+Blue) = 38+205+205=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #26CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDCD is #D93232. Grayscale: #9A9A9A. Windows color (decimal): -14234163 or 13487398. OLE color: 13487398.
HSL color Cylindrical-coordinate representation of color #26CDCD: hue angle of 180º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CDCD is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 205 | 205 | - |
| CMYK | 0.81 | 0 | 0 | 0.20 |
| HSL | 180º | 0.69% | 0.48% | - |
| HSV(B) | 180º | 0.81% | 0.8% | - |
| XYZ | 33.65 | 48.48 | 65.34 | - |
| YUV | 155.07 | 156.17 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 205 | 0.81 | 0 | 0 | 0.20 | 180 | 0.69 | 0.48 |
| Hex | 26 | CD | CD | 51 | 0 | 0 | 14 | B4 | 45 | 30 |
| Octal | 46 | 315 | 315 | 121 | 0 | 0 | 24 | 264 | 105 | 60 |
| Binary | 100110 | 11001101 | 11001101 | 1010001 | 0 | 0 | 10100 | 10110100 | 1000101 | 110000 |
Color Harmonies of #26CDCD
Complementary color
Monochromatic Colors of #26CDCD
Black with #26CDCD
Text Example
Text Example
White with #26CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDCD; }
p { color: rgb(38,205,205); }
H1.HeaderClassName
{
color: #26CDCD;
}
.AnyTagClassName
{
color: #26CDCD;
}
</style>
background-color css
<style>
a { background-color: #26CDCD; }
a { background-color: rgb(38,205,205); }
div.DivClassName
{
background-color: #26CDCD;
}
.BgClassName
{
background-color: #26CDCD;
}
</style>
border-color css
<style>
span { border-color: #26CDCD; }
span { border-color: rgb(38,205,205); }
td.TdClassName
{
border-color: #26CDCD;
}
.TagClassName
{
border-color: #26CDCD;
}
</style>