Shades of Bright Turquoise #1FEED7
Tints of Bright Turquoise #1FEED7
RGB
CMYK
RGB Variations
Color information
#1FEED7 (or 0x1FEED7) is known color: Bright Turquoise. HEX triplet: 1F, EE and D7. RGB value is (31,238,215). Sum of RGB (Red+Green+Blue) = 31+238+215=484 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.40% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEED7 is #E01128. Grayscale: #ADADAD. Windows color (decimal): -14684457 or 14151199. OLE color: 14151199.
HSL color Cylindrical-coordinate representation of color #1FEED7: hue angle of 173.33º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEED7 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 215 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.07 |
| HSL | 173.33º | 0.86% | 0.53% | - |
| HSV(B) | 173.33º | 0.87% | 0.93% | - |
| XYZ | 43.41 | 66.35 | 74.81 | - |
| YUV | 173.49 | 151.42 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 215 | 0.87 | 0 | 0.10 | 0.07 | 173.33 | 0.86 | 0.53 |
| Hex | 1F | EE | D7 | 57 | 0 | A | 7 | AD | 56 | 35 |
| Octal | 37 | 356 | 327 | 127 | 0 | 12 | 7 | 255 | 126 | 65 |
| Binary | 11111 | 11101110 | 11010111 | 1010111 | 0 | 1010 | 111 | 10101101 | 1010110 | 110101 |
Color Harmonies of #1FEED7
Complementary color
Monochromatic Colors of #1FEED7
Black with #1FEED7
Text Example
Text Example
White with #1FEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEED7; }
p { color: rgb(31,238,215); }
H1.HeaderClassName
{
color: #1FEED7;
}
.AnyTagClassName
{
color: #1FEED7;
}
</style>
background-color css
<style>
a { background-color: #1FEED7; }
a { background-color: rgb(31,238,215); }
div.DivClassName
{
background-color: #1FEED7;
}
.BgClassName
{
background-color: #1FEED7;
}
</style>
border-color css
<style>
span { border-color: #1FEED7; }
span { border-color: rgb(31,238,215); }
td.TdClassName
{
border-color: #1FEED7;
}
.TagClassName
{
border-color: #1FEED7;
}
</style>