Shades of Bright Turquoise #1AEFC5
Tints of Bright Turquoise #1AEFC5
RGB
CMYK
RGB Variations
Color information
#1AEFC5 (or 0x1AEFC5) is known color: Bright Turquoise. HEX triplet: 1A, EF and C5. RGB value is (26,239,197). Sum of RGB (Red+Green+Blue) = 26+239+197=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEFC5 is #E5103A. Grayscale: #AAAAAA. Windows color (decimal): -15011899 or 12971802. OLE color: 12971802.
HSL color Cylindrical-coordinate representation of color #1AEFC5: hue angle of 168.17º 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 #1AEFC5 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 239 | 197 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.06 |
| HSL | 168.17º | 0.87% | 0.52% | - |
| HSV(B) | 168.17º | 0.89% | 0.94% | - |
| XYZ | 41.37 | 65.98 | 63.38 | - |
| YUV | 170.53 | 142.93 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 197 | 0.89 | 0 | 0.18 | 0.06 | 168.17 | 0.87 | 0.52 |
| Hex | 1A | EF | C5 | 59 | 0 | 12 | 6 | A8 | 57 | 34 |
| Octal | 32 | 357 | 305 | 131 | 0 | 22 | 6 | 250 | 127 | 64 |
| Binary | 11010 | 11101111 | 11000101 | 1011001 | 0 | 10010 | 110 | 10101000 | 1010111 | 110100 |
Color Harmonies of #1AEFC5
Complementary color
Monochromatic Colors of #1AEFC5
Black with #1AEFC5
Text Example
Text Example
White with #1AEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEFC5; }
p { color: rgb(26,239,197); }
H1.HeaderClassName
{
color: #1AEFC5;
}
.AnyTagClassName
{
color: #1AEFC5;
}
</style>
background-color css
<style>
a { background-color: #1AEFC5; }
a { background-color: rgb(26,239,197); }
div.DivClassName
{
background-color: #1AEFC5;
}
.BgClassName
{
background-color: #1AEFC5;
}
</style>
border-color css
<style>
span { border-color: #1AEFC5; }
span { border-color: rgb(26,239,197); }
td.TdClassName
{
border-color: #1AEFC5;
}
.TagClassName
{
border-color: #1AEFC5;
}
</style>