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