Shades of Bright Turquoise #26DCED
Tints of Bright Turquoise #26DCED
RGB
CMYK
RGB Variations
Color information
#26DCED (or 0x26DCED) is known color: Bright Turquoise. HEX triplet: 26, DC and ED. RGB value is (38,220,237). Sum of RGB (Red+Green+Blue) = 38+220+237=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #26DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26DCED is #D92312. Grayscale: #A7A7A7. Windows color (decimal): -14230291 or 15588390. OLE color: 15588390.
HSL color Cylindrical-coordinate representation of color #26DCED: hue angle of 185.13º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26DCED is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 220 | 237 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.07 |
| HSL | 185.13º | 0.85% | 0.54% | - |
| HSV(B) | 185.13º | 0.84% | 0.93% | - |
| XYZ | 41.68 | 57.71 | 89.06 | - |
| YUV | 167.52 | 167.2 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 237 | 0.84 | 0.07 | 0 | 0.07 | 185.13 | 0.85 | 0.54 |
| Hex | 26 | DC | ED | 54 | 7 | 0 | 7 | B9 | 55 | 36 |
| Octal | 46 | 334 | 355 | 124 | 7 | 0 | 7 | 271 | 125 | 66 |
| Binary | 100110 | 11011100 | 11101101 | 1010100 | 111 | 0 | 111 | 10111001 | 1010101 | 110110 |
Color Harmonies of #26DCED
Complementary color
Monochromatic Colors of #26DCED
Black with #26DCED
Text Example
Text Example
White with #26DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCED; }
p { color: rgb(38,220,237); }
H1.HeaderClassName
{
color: #26DCED;
}
.AnyTagClassName
{
color: #26DCED;
}
</style>
background-color css
<style>
a { background-color: #26DCED; }
a { background-color: rgb(38,220,237); }
div.DivClassName
{
background-color: #26DCED;
}
.BgClassName
{
background-color: #26DCED;
}
</style>
border-color css
<style>
span { border-color: #26DCED; }
span { border-color: rgb(38,220,237); }
td.TdClassName
{
border-color: #26DCED;
}
.TagClassName
{
border-color: #26DCED;
}
</style>