Shades of Turquoise #26CECF
Tints of Turquoise #26CECF
RGB
CMYK
RGB Variations
Color information
#26CECF (or 0x26CECF) is known color: Turquoise. HEX triplet: 26, CE and CF. RGB value is (38,206,207). Sum of RGB (Red+Green+Blue) = 38+206+207=451 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.43% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #26CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CECF is #D93130. Grayscale: #9B9B9B. Windows color (decimal): -14233905 or 13618726. OLE color: 13618726.
HSL color Cylindrical-coordinate representation of color #26CECF: hue angle of 180.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CECF is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 207 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.19 |
| HSL | 180.36º | 0.69% | 0.48% | - |
| HSV(B) | 180.36º | 0.82% | 0.81% | - |
| XYZ | 34.13 | 49.06 | 66.7 | - |
| YUV | 155.88 | 156.84 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 207 | 0.82 | 0.00 | 0 | 0.19 | 180.36 | 0.69 | 0.48 |
| Hex | 26 | CE | CF | 52 | 0 | 0 | 13 | B4 | 45 | 30 |
| Octal | 46 | 316 | 317 | 122 | 0 | 0 | 23 | 264 | 105 | 60 |
| Binary | 100110 | 11001110 | 11001111 | 1010010 | 0 | 0 | 10011 | 10110100 | 1000101 | 110000 |
Color Harmonies of #26CECF
Complementary color
Monochromatic Colors of #26CECF
Black with #26CECF
Text Example
Text Example
White with #26CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CECF; }
p { color: rgb(38,206,207); }
H1.HeaderClassName
{
color: #26CECF;
}
.AnyTagClassName
{
color: #26CECF;
}
</style>
background-color css
<style>
a { background-color: #26CECF; }
a { background-color: rgb(38,206,207); }
div.DivClassName
{
background-color: #26CECF;
}
.BgClassName
{
background-color: #26CECF;
}
</style>
border-color css
<style>
span { border-color: #26CECF; }
span { border-color: rgb(38,206,207); }
td.TdClassName
{
border-color: #26CECF;
}
.TagClassName
{
border-color: #26CECF;
}
</style>