Shades of Bright Turquoise #1AE5DF
Tints of Bright Turquoise #1AE5DF
RGB
CMYK
RGB Variations
Color information
#1AE5DF (or 0x1AE5DF) is known color: Bright Turquoise. HEX triplet: 1A, E5 and DF. RGB value is (26,229,223). Sum of RGB (Red+Green+Blue) = 26+229+223=478 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.44% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5DF is #E51A20. Grayscale: #A7A7A7. Windows color (decimal): -15014433 or 14673178. OLE color: 14673178.
HSL color Cylindrical-coordinate representation of color #1AE5DF: hue angle of 178.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5DF is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 223 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.10 |
| HSL | 178.23º | 0.8% | 0.5% | - |
| HSV(B) | 178.23º | 0.89% | 0.9% | - |
| XYZ | 41.76 | 61.59 | 79.5 | - |
| YUV | 167.62 | 159.25 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 223 | 0.89 | 0 | 0.03 | 0.10 | 178.23 | 0.8 | 0.5 |
| Hex | 1A | E5 | DF | 59 | 0 | 3 | A | B2 | 50 | 32 |
| Octal | 32 | 345 | 337 | 131 | 0 | 3 | 12 | 262 | 120 | 62 |
| Binary | 11010 | 11100101 | 11011111 | 1011001 | 0 | 11 | 1010 | 10110010 | 1010000 | 110010 |
Color Harmonies of #1AE5DF
Complementary color
Monochromatic Colors of #1AE5DF
Black with #1AE5DF
Text Example
Text Example
White with #1AE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE5DF; }
p { color: rgb(26,229,223); }
H1.HeaderClassName
{
color: #1AE5DF;
}
.AnyTagClassName
{
color: #1AE5DF;
}
</style>
background-color css
<style>
a { background-color: #1AE5DF; }
a { background-color: rgb(26,229,223); }
div.DivClassName
{
background-color: #1AE5DF;
}
.BgClassName
{
background-color: #1AE5DF;
}
</style>
border-color css
<style>
span { border-color: #1AE5DF; }
span { border-color: rgb(26,229,223); }
td.TdClassName
{
border-color: #1AE5DF;
}
.TagClassName
{
border-color: #1AE5DF;
}
</style>