Shades of Bright Turquoise #1AE2DF
Tints of Bright Turquoise #1AE2DF
RGB
CMYK
RGB Variations
Color information
#1AE2DF (or 0x1AE2DF) is known color: Bright Turquoise. HEX triplet: 1A, E2 and DF. RGB value is (26,226,223). Sum of RGB (Red+Green+Blue) = 26+226+223=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE2DF is #E51D20. Grayscale: #A5A5A5. Windows color (decimal): -15015201 or 14672410. OLE color: 14672410.
HSL color Cylindrical-coordinate representation of color #1AE2DF: hue angle of 179.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE2DF is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 226 | 223 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.11 |
| HSL | 179.1º | 0.79% | 0.49% | - |
| HSV(B) | 179.1º | 0.88% | 0.89% | - |
| XYZ | 40.94 | 59.94 | 79.22 | - |
| YUV | 165.86 | 160.24 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 226 | 223 | 0.88 | 0 | 0.01 | 0.11 | 179.1 | 0.79 | 0.49 |
| Hex | 1A | E2 | DF | 58 | 0 | 1 | B | B3 | 4F | 31 |
| Octal | 32 | 342 | 337 | 130 | 0 | 1 | 13 | 263 | 117 | 61 |
| Binary | 11010 | 11100010 | 11011111 | 1011000 | 0 | 1 | 1011 | 10110011 | 1001111 | 110001 |
Color Harmonies of #1AE2DF
Complementary color
Monochromatic Colors of #1AE2DF
Black with #1AE2DF
Text Example
Text Example
White with #1AE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE2DF; }
p { color: rgb(26,226,223); }
H1.HeaderClassName
{
color: #1AE2DF;
}
.AnyTagClassName
{
color: #1AE2DF;
}
</style>
background-color css
<style>
a { background-color: #1AE2DF; }
a { background-color: rgb(26,226,223); }
div.DivClassName
{
background-color: #1AE2DF;
}
.BgClassName
{
background-color: #1AE2DF;
}
</style>
border-color css
<style>
span { border-color: #1AE2DF; }
span { border-color: rgb(26,226,223); }
td.TdClassName
{
border-color: #1AE2DF;
}
.TagClassName
{
border-color: #1AE2DF;
}
</style>