Shades of Turquoise #26CFDA
Tints of Turquoise #26CFDA
RGB
CMYK
RGB Variations
Color information
#26CFDA (or 0x26CFDA) is known color: Turquoise. HEX triplet: 26, CF and DA. RGB value is (38,207,218). Sum of RGB (Red+Green+Blue) = 38+207+218=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #26CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFDA is #D93025. Grayscale: #9D9D9D. Windows color (decimal): -14233638 or 14339878. OLE color: 14339878.
HSL color Cylindrical-coordinate representation of color #26CFDA: hue angle of 183.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 #26CFDA is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 207 | 218 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.15 |
| HSL | 183.67º | 0.71% | 0.5% | - |
| HSV(B) | 183.67º | 0.83% | 0.85% | - |
| XYZ | 35.77 | 50.1 | 74.11 | - |
| YUV | 157.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 218 | 0.83 | 0.05 | 0 | 0.15 | 183.67 | 0.71 | 0.5 |
| Hex | 26 | CF | DA | 53 | 5 | 0 | F | B8 | 47 | 32 |
| Octal | 46 | 317 | 332 | 123 | 5 | 0 | 17 | 270 | 107 | 62 |
| Binary | 100110 | 11001111 | 11011010 | 1010011 | 101 | 0 | 1111 | 10111000 | 1000111 | 110010 |
Color Harmonies of #26CFDA
Complementary color
Monochromatic Colors of #26CFDA
Black with #26CFDA
Text Example
Text Example
White with #26CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFDA; }
p { color: rgb(38,207,218); }
H1.HeaderClassName
{
color: #26CFDA;
}
.AnyTagClassName
{
color: #26CFDA;
}
</style>
background-color css
<style>
a { background-color: #26CFDA; }
a { background-color: rgb(38,207,218); }
div.DivClassName
{
background-color: #26CFDA;
}
.BgClassName
{
background-color: #26CFDA;
}
</style>
border-color css
<style>
span { border-color: #26CFDA; }
span { border-color: rgb(38,207,218); }
td.TdClassName
{
border-color: #26CFDA;
}
.TagClassName
{
border-color: #26CFDA;
}
</style>