Shades of Bright Turquoise #1AEEDD
Tints of Bright Turquoise #1AEEDD
RGB
CMYK
RGB Variations
Color information
#1AEEDD (or 0x1AEEDD) is known color: Bright Turquoise. HEX triplet: 1A, EE and DD. RGB value is (26,238,221). Sum of RGB (Red+Green+Blue) = 26+238+221=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEEDD is #E51122. Grayscale: #ACACAC. Windows color (decimal): -15012131 or 14544410. OLE color: 14544410.
HSL color Cylindrical-coordinate representation of color #1AEEDD: hue angle of 175.19º 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 #1AEEDD is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 238 | 221 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.07 |
| HSL | 175.19º | 0.86% | 0.52% | - |
| HSV(B) | 175.19º | 0.89% | 0.93% | - |
| XYZ | 44.05 | 66.59 | 78.94 | - |
| YUV | 172.67 | 155.26 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 238 | 221 | 0.89 | 0 | 0.07 | 0.07 | 175.19 | 0.86 | 0.52 |
| Hex | 1A | EE | DD | 59 | 0 | 7 | 7 | AF | 56 | 34 |
| Octal | 32 | 356 | 335 | 131 | 0 | 7 | 7 | 257 | 126 | 64 |
| Binary | 11010 | 11101110 | 11011101 | 1011001 | 0 | 111 | 111 | 10101111 | 1010110 | 110100 |
Color Harmonies of #1AEEDD
Complementary color
Monochromatic Colors of #1AEEDD
Black with #1AEEDD
Text Example
Text Example
White with #1AEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEEDD; }
p { color: rgb(26,238,221); }
H1.HeaderClassName
{
color: #1AEEDD;
}
.AnyTagClassName
{
color: #1AEEDD;
}
</style>
background-color css
<style>
a { background-color: #1AEEDD; }
a { background-color: rgb(26,238,221); }
div.DivClassName
{
background-color: #1AEEDD;
}
.BgClassName
{
background-color: #1AEEDD;
}
</style>
border-color css
<style>
span { border-color: #1AEEDD; }
span { border-color: rgb(26,238,221); }
td.TdClassName
{
border-color: #1AEEDD;
}
.TagClassName
{
border-color: #1AEEDD;
}
</style>