Shades of Bright Turquoise #1AEFD0
Tints of Bright Turquoise #1AEFD0
RGB
CMYK
RGB Variations
Color information
#1AEFD0 (or 0x1AEFD0) is known color: Bright Turquoise. HEX triplet: 1A, EF and D0. RGB value is (26,239,208). Sum of RGB (Red+Green+Blue) = 26+239+208=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEFD0 is #E5102F. Grayscale: #ABABAB. Windows color (decimal): -15011888 or 13692698. OLE color: 13692698.
HSL color Cylindrical-coordinate representation of color #1AEFD0: hue angle of 171.27º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEFD0 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 239 | 208 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.06 |
| HSL | 171.27º | 0.87% | 0.52% | - |
| HSV(B) | 171.27º | 0.89% | 0.94% | - |
| XYZ | 42.68 | 66.51 | 70.26 | - |
| YUV | 171.78 | 148.43 | 24.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 208 | 0.89 | 0 | 0.13 | 0.06 | 171.27 | 0.87 | 0.52 |
| Hex | 1A | EF | D0 | 59 | 0 | D | 6 | AB | 57 | 34 |
| Octal | 32 | 357 | 320 | 131 | 0 | 15 | 6 | 253 | 127 | 64 |
| Binary | 11010 | 11101111 | 11010000 | 1011001 | 0 | 1101 | 110 | 10101011 | 1010111 | 110100 |
Color Harmonies of #1AEFD0
Complementary color
Monochromatic Colors of #1AEFD0
Black with #1AEFD0
Text Example
Text Example
White with #1AEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEFD0; }
p { color: rgb(26,239,208); }
H1.HeaderClassName
{
color: #1AEFD0;
}
.AnyTagClassName
{
color: #1AEFD0;
}
</style>
background-color css
<style>
a { background-color: #1AEFD0; }
a { background-color: rgb(26,239,208); }
div.DivClassName
{
background-color: #1AEFD0;
}
.BgClassName
{
background-color: #1AEFD0;
}
</style>
border-color css
<style>
span { border-color: #1AEFD0; }
span { border-color: rgb(26,239,208); }
td.TdClassName
{
border-color: #1AEFD0;
}
.TagClassName
{
border-color: #1AEFD0;
}
</style>