Shades of Bright Turquoise #26EEDB
Tints of Bright Turquoise #26EEDB
RGB
CMYK
RGB Variations
Color information
#26EEDB (or 0x26EEDB) is known color: Bright Turquoise. HEX triplet: 26, EE and DB. RGB value is (38,238,219). Sum of RGB (Red+Green+Blue) = 38+238+219=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEDB is #D91124. Grayscale: #AFAFAF. Windows color (decimal): -14225701 or 14413350. OLE color: 14413350.
HSL color Cylindrical-coordinate representation of color #26EEDB: hue angle of 174.3º 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 #26EEDB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 219 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.07 |
| HSL | 174.3º | 0.85% | 0.54% | - |
| HSV(B) | 174.3º | 0.84% | 0.93% | - |
| XYZ | 44.16 | 66.68 | 77.56 | - |
| YUV | 176.03 | 152.24 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 219 | 0.84 | 0 | 0.08 | 0.07 | 174.3 | 0.85 | 0.54 |
| Hex | 26 | EE | DB | 54 | 0 | 8 | 7 | AE | 55 | 36 |
| Octal | 46 | 356 | 333 | 124 | 0 | 10 | 7 | 256 | 125 | 66 |
| Binary | 100110 | 11101110 | 11011011 | 1010100 | 0 | 1000 | 111 | 10101110 | 1010101 | 110110 |
Color Harmonies of #26EEDB
Complementary color
Monochromatic Colors of #26EEDB
Black with #26EEDB
Text Example
Text Example
White with #26EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEDB; }
p { color: rgb(38,238,219); }
H1.HeaderClassName
{
color: #26EEDB;
}
.AnyTagClassName
{
color: #26EEDB;
}
</style>
background-color css
<style>
a { background-color: #26EEDB; }
a { background-color: rgb(38,238,219); }
div.DivClassName
{
background-color: #26EEDB;
}
.BgClassName
{
background-color: #26EEDB;
}
</style>
border-color css
<style>
span { border-color: #26EEDB; }
span { border-color: rgb(38,238,219); }
td.TdClassName
{
border-color: #26EEDB;
}
.TagClassName
{
border-color: #26EEDB;
}
</style>