Shades of Turquoise #26CCDA
Tints of Turquoise #26CCDA
RGB
CMYK
RGB Variations
Color information
#26CCDA (or 0x26CCDA) is known color: Turquoise. HEX triplet: 26, CC and DA. RGB value is (38,204,218). Sum of RGB (Red+Green+Blue) = 38+204+218=460 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.26% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #26CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CCDA is #D93325. Grayscale: #9B9B9B. Windows color (decimal): -14234406 or 14339110. OLE color: 14339110.
HSL color Cylindrical-coordinate representation of color #26CCDA: hue angle of 184.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CCDA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 204 | 218 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.15 |
| HSL | 184.67º | 0.71% | 0.5% | - |
| HSV(B) | 184.67º | 0.83% | 0.85% | - |
| XYZ | 35.05 | 48.66 | 73.87 | - |
| YUV | 155.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 218 | 0.83 | 0.06 | 0 | 0.15 | 184.67 | 0.71 | 0.5 |
| Hex | 26 | CC | DA | 53 | 6 | 0 | F | B9 | 47 | 32 |
| Octal | 46 | 314 | 332 | 123 | 6 | 0 | 17 | 271 | 107 | 62 |
| Binary | 100110 | 11001100 | 11011010 | 1010011 | 110 | 0 | 1111 | 10111001 | 1000111 | 110010 |
Color Harmonies of #26CCDA
Complementary color
Monochromatic Colors of #26CCDA
Black with #26CCDA
Text Example
Text Example
White with #26CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CCDA; }
p { color: rgb(38,204,218); }
H1.HeaderClassName
{
color: #26CCDA;
}
.AnyTagClassName
{
color: #26CCDA;
}
</style>
background-color css
<style>
a { background-color: #26CCDA; }
a { background-color: rgb(38,204,218); }
div.DivClassName
{
background-color: #26CCDA;
}
.BgClassName
{
background-color: #26CCDA;
}
</style>
border-color css
<style>
span { border-color: #26CCDA; }
span { border-color: rgb(38,204,218); }
td.TdClassName
{
border-color: #26CCDA;
}
.TagClassName
{
border-color: #26CCDA;
}
</style>