Shades of Turquoise #26FDCC
Tints of Turquoise #26FDCC
RGB
CMYK
RGB Variations
Color information
#26FDCC (or 0x26FDCC) is known color: Turquoise. HEX triplet: 26, FD and CC. RGB value is (38,253,204). Sum of RGB (Red+Green+Blue) = 38+253+204=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #26FDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FDCC is #D90233. Grayscale: #B7B7B7. Windows color (decimal): -14221876 or 13434150. OLE color: 13434150.
HSL color Cylindrical-coordinate representation of color #26FDCC: hue angle of 166.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FDCC is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 253 | 204 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.33º | 0.98% | 0.57% | - |
| HSV(B) | 166.33º | 0.85% | 0.99% | - |
| XYZ | 46.82 | 75.02 | 69.14 | - |
| YUV | 183.13 | 139.77 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 253 | 204 | 0.85 | 0 | 0.19 | 0.01 | 166.33 | 0.98 | 0.57 |
| Hex | 26 | FD | CC | 55 | 0 | 13 | 1 | A6 | 62 | 39 |
| Octal | 46 | 375 | 314 | 125 | 0 | 23 | 1 | 246 | 142 | 71 |
| Binary | 100110 | 11111101 | 11001100 | 1010101 | 0 | 10011 | 1 | 10100110 | 1100010 | 111001 |
Color Harmonies of #26FDCC
Complementary color
Monochromatic Colors of #26FDCC
Black with #26FDCC
Text Example
Text Example
White with #26FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FDCC; }
p { color: rgb(38,253,204); }
H1.HeaderClassName
{
color: #26FDCC;
}
.AnyTagClassName
{
color: #26FDCC;
}
</style>
background-color css
<style>
a { background-color: #26FDCC; }
a { background-color: rgb(38,253,204); }
div.DivClassName
{
background-color: #26FDCC;
}
.BgClassName
{
background-color: #26FDCC;
}
</style>
border-color css
<style>
span { border-color: #26FDCC; }
span { border-color: rgb(38,253,204); }
td.TdClassName
{
border-color: #26FDCC;
}
.TagClassName
{
border-color: #26FDCC;
}
</style>