Shades of Bright Turquoise #1AE8DF
Tints of Bright Turquoise #1AE8DF
RGB
CMYK
RGB Variations
Color information
#1AE8DF (or 0x1AE8DF) is known color: Bright Turquoise. HEX triplet: 1A, E8 and DF. RGB value is (26,232,223). Sum of RGB (Red+Green+Blue) = 26+232+223=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #1AE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE8DF is #E51720. Grayscale: #A9A9A9. Windows color (decimal): -15013665 or 14673946. OLE color: 14673946.
HSL color Cylindrical-coordinate representation of color #1AE8DF: hue angle of 177.38º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE8DF is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 232 | 223 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.09 |
| HSL | 177.38º | 0.82% | 0.51% | - |
| HSV(B) | 177.38º | 0.89% | 0.91% | - |
| XYZ | 42.6 | 63.26 | 79.78 | - |
| YUV | 169.38 | 158.25 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 232 | 223 | 0.89 | 0 | 0.04 | 0.09 | 177.38 | 0.82 | 0.51 |
| Hex | 1A | E8 | DF | 59 | 0 | 4 | 9 | B1 | 52 | 33 |
| Octal | 32 | 350 | 337 | 131 | 0 | 4 | 11 | 261 | 122 | 63 |
| Binary | 11010 | 11101000 | 11011111 | 1011001 | 0 | 100 | 1001 | 10110001 | 1010010 | 110011 |
Color Harmonies of #1AE8DF
Complementary color
Monochromatic Colors of #1AE8DF
Black with #1AE8DF
Text Example
Text Example
White with #1AE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE8DF; }
p { color: rgb(26,232,223); }
H1.HeaderClassName
{
color: #1AE8DF;
}
.AnyTagClassName
{
color: #1AE8DF;
}
</style>
background-color css
<style>
a { background-color: #1AE8DF; }
a { background-color: rgb(26,232,223); }
div.DivClassName
{
background-color: #1AE8DF;
}
.BgClassName
{
background-color: #1AE8DF;
}
</style>
border-color css
<style>
span { border-color: #1AE8DF; }
span { border-color: rgb(26,232,223); }
td.TdClassName
{
border-color: #1AE8DF;
}
.TagClassName
{
border-color: #1AE8DF;
}
</style>