Shades of Bright Turquoise #1AFECF
Tints of Bright Turquoise #1AFECF
RGB
CMYK
RGB Variations
Color information
#1AFECF (or 0x1AFECF) is known color: Bright Turquoise. HEX triplet: 1A, FE and CF. RGB value is (26,254,207). Sum of RGB (Red+Green+Blue) = 26+254+207=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFECF is #E50130. Grayscale: #B4B4B4. Windows color (decimal): -15008049 or 13631002. OLE color: 13631002.
HSL color Cylindrical-coordinate representation of color #1AFECF: hue angle of 167.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFECF is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 207 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.00 |
| HSL | 167.63º | 0.99% | 0.55% | - |
| HSV(B) | 167.63º | 0.9% | 1% | - |
| XYZ | 47.13 | 75.61 | 71.14 | - |
| YUV | 180.47 | 142.96 | 17.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 207 | 0.90 | 0 | 0.19 | 0.00 | 167.63 | 0.99 | 0.55 |
| Hex | 1A | FE | CF | 5A | 0 | 13 | 0 | A8 | 63 | 37 |
| Octal | 32 | 376 | 317 | 132 | 0 | 23 | 0 | 250 | 143 | 67 |
| Binary | 11010 | 11111110 | 11001111 | 1011010 | 0 | 10011 | 0 | 10101000 | 1100011 | 110111 |
Color Harmonies of #1AFECF
Complementary color
Monochromatic Colors of #1AFECF
Black with #1AFECF
Text Example
Text Example
White with #1AFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFECF; }
p { color: rgb(26,254,207); }
H1.HeaderClassName
{
color: #1AFECF;
}
.AnyTagClassName
{
color: #1AFECF;
}
</style>
background-color css
<style>
a { background-color: #1AFECF; }
a { background-color: rgb(26,254,207); }
div.DivClassName
{
background-color: #1AFECF;
}
.BgClassName
{
background-color: #1AFECF;
}
</style>
border-color css
<style>
span { border-color: #1AFECF; }
span { border-color: rgb(26,254,207); }
td.TdClassName
{
border-color: #1AFECF;
}
.TagClassName
{
border-color: #1AFECF;
}
</style>