Shades of Turquoise #26CDDC
Tints of Turquoise #26CDDC
RGB
CMYK
RGB Variations
Color information
#26CDDC (or 0x26CDDC) is known color: Turquoise. HEX triplet: 26, CD and DC. RGB value is (38,205,220). Sum of RGB (Red+Green+Blue) = 38+205+220=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #26CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDDC is #D93223. Grayscale: #9C9C9C. Windows color (decimal): -14234148 or 14470438. OLE color: 14470438.
HSL color Cylindrical-coordinate representation of color #26CDDC: hue angle of 184.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CDDC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 205 | 220 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.14 |
| HSL | 184.95º | 0.72% | 0.51% | - |
| HSV(B) | 184.95º | 0.83% | 0.86% | - |
| XYZ | 35.55 | 49.24 | 75.34 | - |
| YUV | 156.78 | 163.67 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 220 | 0.83 | 0.07 | 0 | 0.14 | 184.95 | 0.72 | 0.51 |
| Hex | 26 | CD | DC | 53 | 7 | 0 | E | B9 | 48 | 33 |
| Octal | 46 | 315 | 334 | 123 | 7 | 0 | 16 | 271 | 110 | 63 |
| Binary | 100110 | 11001101 | 11011100 | 1010011 | 111 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #26CDDC
Complementary color
Monochromatic Colors of #26CDDC
Black with #26CDDC
Text Example
Text Example
White with #26CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDDC; }
p { color: rgb(38,205,220); }
H1.HeaderClassName
{
color: #26CDDC;
}
.AnyTagClassName
{
color: #26CDDC;
}
</style>
background-color css
<style>
a { background-color: #26CDDC; }
a { background-color: rgb(38,205,220); }
div.DivClassName
{
background-color: #26CDDC;
}
.BgClassName
{
background-color: #26CDDC;
}
</style>
border-color css
<style>
span { border-color: #26CDDC; }
span { border-color: rgb(38,205,220); }
td.TdClassName
{
border-color: #26CDDC;
}
.TagClassName
{
border-color: #26CDDC;
}
</style>