Shades of Turquoise #26CFDC
Tints of Turquoise #26CFDC
RGB
CMYK
RGB Variations
Color information
#26CFDC (or 0x26CFDC) is known color: Turquoise. HEX triplet: 26, CF and DC. RGB value is (38,207,220). Sum of RGB (Red+Green+Blue) = 38+207+220=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #26CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFDC is #D93023. Grayscale: #9D9D9D. Windows color (decimal): -14233636 or 14470950. OLE color: 14470950.
HSL color Cylindrical-coordinate representation of color #26CFDC: hue angle of 184.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CFDC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 207 | 220 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.14 |
| HSL | 184.29º | 0.72% | 0.51% | - |
| HSV(B) | 184.29º | 0.83% | 0.86% | - |
| XYZ | 36.03 | 50.21 | 75.5 | - |
| YUV | 157.95 | 163.01 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 220 | 0.83 | 0.06 | 0 | 0.14 | 184.29 | 0.72 | 0.51 |
| Hex | 26 | CF | DC | 53 | 6 | 0 | E | B8 | 48 | 33 |
| Octal | 46 | 317 | 334 | 123 | 6 | 0 | 16 | 270 | 110 | 63 |
| Binary | 100110 | 11001111 | 11011100 | 1010011 | 110 | 0 | 1110 | 10111000 | 1001000 | 110011 |
Color Harmonies of #26CFDC
Complementary color
Monochromatic Colors of #26CFDC
Black with #26CFDC
Text Example
Text Example
White with #26CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFDC; }
p { color: rgb(38,207,220); }
H1.HeaderClassName
{
color: #26CFDC;
}
.AnyTagClassName
{
color: #26CFDC;
}
</style>
background-color css
<style>
a { background-color: #26CFDC; }
a { background-color: rgb(38,207,220); }
div.DivClassName
{
background-color: #26CFDC;
}
.BgClassName
{
background-color: #26CFDC;
}
</style>
border-color css
<style>
span { border-color: #26CFDC; }
span { border-color: rgb(38,207,220); }
td.TdClassName
{
border-color: #26CFDC;
}
.TagClassName
{
border-color: #26CFDC;
}
</style>