Shades of Bright Turquoise #1FFFC5
Tints of Bright Turquoise #1FFFC5
RGB
CMYK
RGB Variations
Color information
#1FFFC5 (or 0x1FFFC5) is known color: Bright Turquoise. HEX triplet: 1F, FF and C5. RGB value is (31,255,197). Sum of RGB (Red+Green+Blue) = 31+255+197=483 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.42% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFC5 is #E0003A. Grayscale: #B5B5B5. Windows color (decimal): -14680123 or 12975903. OLE color: 12975903.
HSL color Cylindrical-coordinate representation of color #1FFFC5: hue angle of 164.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFC5 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 197 | - |
| CMYK | 0.88 | 0 | 0.23 | 0 |
| HSL | 164.46º | 1% | 0.56% | - |
| HSV(B) | 164.46º | 0.88% | 1% | - |
| XYZ | 46.4 | 75.84 | 65.02 | - |
| YUV | 181.41 | 136.79 | 20.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 197 | 0.88 | 0 | 0.23 | 0 | 164.46 | 1 | 0.56 |
| Hex | 1F | FF | C5 | 58 | 0 | 17 | 0 | A4 | 64 | 38 |
| Octal | 37 | 377 | 305 | 130 | 0 | 27 | 0 | 244 | 144 | 70 |
| Binary | 11111 | 11111111 | 11000101 | 1011000 | 0 | 10111 | 0 | 10100100 | 1100100 | 111000 |
Color Harmonies of #1FFFC5
Complementary color
Monochromatic Colors of #1FFFC5
Black with #1FFFC5
Text Example
Text Example
White with #1FFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFC5; }
p { color: rgb(31,255,197); }
H1.HeaderClassName
{
color: #1FFFC5;
}
.AnyTagClassName
{
color: #1FFFC5;
}
</style>
background-color css
<style>
a { background-color: #1FFFC5; }
a { background-color: rgb(31,255,197); }
div.DivClassName
{
background-color: #1FFFC5;
}
.BgClassName
{
background-color: #1FFFC5;
}
</style>
border-color css
<style>
span { border-color: #1FFFC5; }
span { border-color: rgb(31,255,197); }
td.TdClassName
{
border-color: #1FFFC5;
}
.TagClassName
{
border-color: #1FFFC5;
}
</style>