Shades of Turquoise #26CCD6
Tints of Turquoise #26CCD6
RGB
CMYK
RGB Variations
Color information
#26CCD6 (or 0x26CCD6) is known color: Turquoise. HEX triplet: 26, CC and D6. RGB value is (38,204,214). Sum of RGB (Red+Green+Blue) = 38+204+214=456 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.33% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #26CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CCD6 is #D93329. Grayscale: #9B9B9B. Windows color (decimal): -14234410 or 14076966. OLE color: 14076966.
HSL color Cylindrical-coordinate representation of color #26CCD6: hue angle of 183.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CCD6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 204 | 214 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.16 |
| HSL | 183.41º | 0.7% | 0.49% | - |
| HSV(B) | 183.41º | 0.82% | 0.84% | - |
| XYZ | 34.53 | 48.45 | 71.15 | - |
| YUV | 155.51 | 161 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 214 | 0.82 | 0.05 | 0 | 0.16 | 183.41 | 0.7 | 0.49 |
| Hex | 26 | CC | D6 | 52 | 5 | 0 | 10 | B7 | 46 | 31 |
| Octal | 46 | 314 | 326 | 122 | 5 | 0 | 20 | 267 | 106 | 61 |
| Binary | 100110 | 11001100 | 11010110 | 1010010 | 101 | 0 | 10000 | 10110111 | 1000110 | 110001 |
Color Harmonies of #26CCD6
Complementary color
Monochromatic Colors of #26CCD6
Black with #26CCD6
Text Example
Text Example
White with #26CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CCD6; }
p { color: rgb(38,204,214); }
H1.HeaderClassName
{
color: #26CCD6;
}
.AnyTagClassName
{
color: #26CCD6;
}
</style>
background-color css
<style>
a { background-color: #26CCD6; }
a { background-color: rgb(38,204,214); }
div.DivClassName
{
background-color: #26CCD6;
}
.BgClassName
{
background-color: #26CCD6;
}
</style>
border-color css
<style>
span { border-color: #26CCD6; }
span { border-color: rgb(38,204,214); }
td.TdClassName
{
border-color: #26CCD6;
}
.TagClassName
{
border-color: #26CCD6;
}
</style>