Shades of Turquoise #26E5CC
Tints of Turquoise #26E5CC
RGB
CMYK
RGB Variations
Color information
#26E5CC (or 0x26E5CC) is known color: Turquoise. HEX triplet: 26, E5 and CC. RGB value is (38,229,204). Sum of RGB (Red+Green+Blue) = 38+229+204=471 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.07% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #26E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26E5CC is #D91A33. Grayscale: #A8A8A8. Windows color (decimal): -14228020 or 13428006. OLE color: 13428006.
HSL color Cylindrical-coordinate representation of color #26E5CC: hue angle of 172.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E5CC is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 229 | 204 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.10 |
| HSL | 172.15º | 0.79% | 0.52% | - |
| HSV(B) | 172.15º | 0.83% | 0.9% | - |
| XYZ | 39.72 | 60.81 | 66.77 | - |
| YUV | 169.04 | 147.72 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 229 | 204 | 0.83 | 0 | 0.11 | 0.10 | 172.15 | 0.79 | 0.52 |
| Hex | 26 | E5 | CC | 53 | 0 | B | A | AC | 4F | 34 |
| Octal | 46 | 345 | 314 | 123 | 0 | 13 | 12 | 254 | 117 | 64 |
| Binary | 100110 | 11100101 | 11001100 | 1010011 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110100 |
Color Harmonies of #26E5CC
Complementary color
Monochromatic Colors of #26E5CC
Black with #26E5CC
Text Example
Text Example
White with #26E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E5CC; }
p { color: rgb(38,229,204); }
H1.HeaderClassName
{
color: #26E5CC;
}
.AnyTagClassName
{
color: #26E5CC;
}
</style>
background-color css
<style>
a { background-color: #26E5CC; }
a { background-color: rgb(38,229,204); }
div.DivClassName
{
background-color: #26E5CC;
}
.BgClassName
{
background-color: #26E5CC;
}
</style>
border-color css
<style>
span { border-color: #26E5CC; }
span { border-color: rgb(38,229,204); }
td.TdClassName
{
border-color: #26E5CC;
}
.TagClassName
{
border-color: #26E5CC;
}
</style>