Shades of Turquoise #26DBDF
Tints of Turquoise #26DBDF
RGB
CMYK
RGB Variations
Color information
#26DBDF (or 0x26DBDF) is known color: Turquoise. HEX triplet: 26, DB and DF. RGB value is (38,219,223). Sum of RGB (Red+Green+Blue) = 38+219+223=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #26DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DBDF is #D92420. Grayscale: #A5A5A5. Windows color (decimal): -14230561 or 14670630. OLE color: 14670630.
HSL color Cylindrical-coordinate representation of color #26DBDF: hue angle of 181.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DBDF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 219 | 223 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.13 |
| HSL | 181.3º | 0.74% | 0.51% | - |
| HSV(B) | 181.3º | 0.83% | 0.87% | - |
| XYZ | 39.45 | 56.4 | 78.62 | - |
| YUV | 165.34 | 160.53 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 223 | 0.83 | 0.02 | 0 | 0.13 | 181.3 | 0.74 | 0.51 |
| Hex | 26 | DB | DF | 53 | 2 | 0 | D | B5 | 4A | 33 |
| Octal | 46 | 333 | 337 | 123 | 2 | 0 | 15 | 265 | 112 | 63 |
| Binary | 100110 | 11011011 | 11011111 | 1010011 | 10 | 0 | 1101 | 10110101 | 1001010 | 110011 |
Color Harmonies of #26DBDF
Complementary color
Monochromatic Colors of #26DBDF
Black with #26DBDF
Text Example
Text Example
White with #26DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DBDF; }
p { color: rgb(38,219,223); }
H1.HeaderClassName
{
color: #26DBDF;
}
.AnyTagClassName
{
color: #26DBDF;
}
</style>
background-color css
<style>
a { background-color: #26DBDF; }
a { background-color: rgb(38,219,223); }
div.DivClassName
{
background-color: #26DBDF;
}
.BgClassName
{
background-color: #26DBDF;
}
</style>
border-color css
<style>
span { border-color: #26DBDF; }
span { border-color: rgb(38,219,223); }
td.TdClassName
{
border-color: #26DBDF;
}
.TagClassName
{
border-color: #26DBDF;
}
</style>