Shades of Bright Turquoise #1FFAE1
Tints of Bright Turquoise #1FFAE1
RGB
CMYK
RGB Variations
Color information
#1FFAE1 (or 0x1FFAE1) is known color: Bright Turquoise. HEX triplet: 1F, FA and E1. RGB value is (31,250,225). Sum of RGB (Red+Green+Blue) = 31+250+225=506 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.13% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFAE1 is #E0051E. Grayscale: #B5B5B5. Windows color (decimal): -14681375 or 14809631. OLE color: 14809631.
HSL color Cylindrical-coordinate representation of color #1FFAE1: hue angle of 173.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAE1 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 225 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.02 |
| HSL | 173.15º | 0.96% | 0.55% | - |
| HSV(B) | 173.15º | 0.88% | 0.98% | - |
| XYZ | 48.34 | 74.1 | 82.99 | - |
| YUV | 181.67 | 152.45 | 20.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 225 | 0.88 | 0 | 0.10 | 0.02 | 173.15 | 0.96 | 0.55 |
| Hex | 1F | FA | E1 | 58 | 0 | A | 2 | AD | 60 | 37 |
| Octal | 37 | 372 | 341 | 130 | 0 | 12 | 2 | 255 | 140 | 67 |
| Binary | 11111 | 11111010 | 11100001 | 1011000 | 0 | 1010 | 10 | 10101101 | 1100000 | 110111 |
Color Harmonies of #1FFAE1
Complementary color
Monochromatic Colors of #1FFAE1
Black with #1FFAE1
Text Example
Text Example
White with #1FFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAE1; }
p { color: rgb(31,250,225); }
H1.HeaderClassName
{
color: #1FFAE1;
}
.AnyTagClassName
{
color: #1FFAE1;
}
</style>
background-color css
<style>
a { background-color: #1FFAE1; }
a { background-color: rgb(31,250,225); }
div.DivClassName
{
background-color: #1FFAE1;
}
.BgClassName
{
background-color: #1FFAE1;
}
</style>
border-color css
<style>
span { border-color: #1FFAE1; }
span { border-color: rgb(31,250,225); }
td.TdClassName
{
border-color: #1FFAE1;
}
.TagClassName
{
border-color: #1FFAE1;
}
</style>