Shades of Bright Turquoise #1FFAE0
Tints of Bright Turquoise #1FFAE0
RGB
CMYK
RGB Variations
Color information
#1FFAE0 (or 0x1FFAE0) is known color: Bright Turquoise. HEX triplet: 1F, FA and E0. RGB value is (31,250,224). Sum of RGB (Red+Green+Blue) = 31+250+224=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFAE0 is #E0051F. Grayscale: #B5B5B5. Windows color (decimal): -14681376 or 14744095. OLE color: 14744095.
HSL color Cylindrical-coordinate representation of color #1FFAE0: hue angle of 172.88º 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 #1FFAE0 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 224 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.02 |
| HSL | 172.88º | 0.96% | 0.55% | - |
| HSV(B) | 172.88º | 0.88% | 0.98% | - |
| XYZ | 48.21 | 74.04 | 82.27 | - |
| YUV | 181.56 | 151.95 | 20.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 224 | 0.88 | 0 | 0.10 | 0.02 | 172.88 | 0.96 | 0.55 |
| Hex | 1F | FA | E0 | 58 | 0 | A | 2 | AD | 60 | 37 |
| Octal | 37 | 372 | 340 | 130 | 0 | 12 | 2 | 255 | 140 | 67 |
| Binary | 11111 | 11111010 | 11100000 | 1011000 | 0 | 1010 | 10 | 10101101 | 1100000 | 110111 |
Color Harmonies of #1FFAE0
Complementary color
Monochromatic Colors of #1FFAE0
Black with #1FFAE0
Text Example
Text Example
White with #1FFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAE0; }
p { color: rgb(31,250,224); }
H1.HeaderClassName
{
color: #1FFAE0;
}
.AnyTagClassName
{
color: #1FFAE0;
}
</style>
background-color css
<style>
a { background-color: #1FFAE0; }
a { background-color: rgb(31,250,224); }
div.DivClassName
{
background-color: #1FFAE0;
}
.BgClassName
{
background-color: #1FFAE0;
}
</style>
border-color css
<style>
span { border-color: #1FFAE0; }
span { border-color: rgb(31,250,224); }
td.TdClassName
{
border-color: #1FFAE0;
}
.TagClassName
{
border-color: #1FFAE0;
}
</style>