Shades of Turquoise #26DCCF
Tints of Turquoise #26DCCF
RGB
CMYK
RGB Variations
Color information
#26DCCF (or 0x26DCCF) is known color: Turquoise. HEX triplet: 26, DC and CF. RGB value is (38,220,207). Sum of RGB (Red+Green+Blue) = 38+220+207=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #26DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCCF is #D92330. Grayscale: #A3A3A3. Windows color (decimal): -14230321 or 13622310. OLE color: 13622310.
HSL color Cylindrical-coordinate representation of color #26DCCF: hue angle of 175.71º 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 #26DCCF is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 207 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.14 |
| HSL | 175.71º | 0.72% | 0.51% | - |
| HSV(B) | 175.71º | 0.83% | 0.86% | - |
| XYZ | 37.66 | 56.1 | 67.88 | - |
| YUV | 164.1 | 152.2 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 207 | 0.83 | 0 | 0.06 | 0.14 | 175.71 | 0.72 | 0.51 |
| Hex | 26 | DC | CF | 53 | 0 | 6 | E | B0 | 48 | 33 |
| Octal | 46 | 334 | 317 | 123 | 0 | 6 | 16 | 260 | 110 | 63 |
| Binary | 100110 | 11011100 | 11001111 | 1010011 | 0 | 110 | 1110 | 10110000 | 1001000 | 110011 |
Color Harmonies of #26DCCF
Complementary color
Monochromatic Colors of #26DCCF
Black with #26DCCF
Text Example
Text Example
White with #26DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCCF; }
p { color: rgb(38,220,207); }
H1.HeaderClassName
{
color: #26DCCF;
}
.AnyTagClassName
{
color: #26DCCF;
}
</style>
background-color css
<style>
a { background-color: #26DCCF; }
a { background-color: rgb(38,220,207); }
div.DivClassName
{
background-color: #26DCCF;
}
.BgClassName
{
background-color: #26DCCF;
}
</style>
border-color css
<style>
span { border-color: #26DCCF; }
span { border-color: rgb(38,220,207); }
td.TdClassName
{
border-color: #26DCCF;
}
.TagClassName
{
border-color: #26DCCF;
}
</style>