Shades of Bright Turquoise #1AEEDF
Tints of Bright Turquoise #1AEEDF
RGB
CMYK
RGB Variations
Color information
#1AEEDF (or 0x1AEEDF) is known color: Bright Turquoise. HEX triplet: 1A, EE and DF. RGB value is (26,238,223). Sum of RGB (Red+Green+Blue) = 26+238+223=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEEDF is #E51120. Grayscale: #ACACAC. Windows color (decimal): -15012129 or 14675482. OLE color: 14675482.
HSL color Cylindrical-coordinate representation of color #1AEEDF: hue angle of 175.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEEDF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 238 | 223 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.07 |
| HSL | 175.75º | 0.86% | 0.52% | - |
| HSV(B) | 175.75º | 0.89% | 0.93% | - |
| XYZ | 44.32 | 66.7 | 80.35 | - |
| YUV | 172.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 238 | 223 | 0.89 | 0 | 0.06 | 0.07 | 175.75 | 0.86 | 0.52 |
| Hex | 1A | EE | DF | 59 | 0 | 6 | 7 | B0 | 56 | 34 |
| Octal | 32 | 356 | 337 | 131 | 0 | 6 | 7 | 260 | 126 | 64 |
| Binary | 11010 | 11101110 | 11011111 | 1011001 | 0 | 110 | 111 | 10110000 | 1010110 | 110100 |
Color Harmonies of #1AEEDF
Complementary color
Monochromatic Colors of #1AEEDF
Black with #1AEEDF
Text Example
Text Example
White with #1AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEEDF; }
p { color: rgb(26,238,223); }
H1.HeaderClassName
{
color: #1AEEDF;
}
.AnyTagClassName
{
color: #1AEEDF;
}
</style>
background-color css
<style>
a { background-color: #1AEEDF; }
a { background-color: rgb(26,238,223); }
div.DivClassName
{
background-color: #1AEEDF;
}
.BgClassName
{
background-color: #1AEEDF;
}
</style>
border-color css
<style>
span { border-color: #1AEEDF; }
span { border-color: rgb(26,238,223); }
td.TdClassName
{
border-color: #1AEEDF;
}
.TagClassName
{
border-color: #1AEEDF;
}
</style>