Shades of Bright Turquoise #1FF7CF
Tints of Bright Turquoise #1FF7CF
RGB
CMYK
RGB Variations
Color information
#1FF7CF (or 0x1FF7CF) is known color: Bright Turquoise. HEX triplet: 1F, F7 and CF. RGB value is (31,247,207). Sum of RGB (Red+Green+Blue) = 31+247+207=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF7CF is #E00830. Grayscale: #B1B1B1. Windows color (decimal): -14682161 or 13629215. OLE color: 13629215.
HSL color Cylindrical-coordinate representation of color #1FF7CF: hue angle of 168.89º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF7CF is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 247 | 207 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.03 |
| HSL | 168.89º | 0.93% | 0.55% | - |
| HSV(B) | 168.89º | 0.87% | 0.97% | - |
| XYZ | 45.09 | 71.32 | 70.42 | - |
| YUV | 177.86 | 144.44 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 247 | 207 | 0.87 | 0 | 0.16 | 0.03 | 168.89 | 0.93 | 0.55 |
| Hex | 1F | F7 | CF | 57 | 0 | 10 | 3 | A9 | 5D | 37 |
| Octal | 37 | 367 | 317 | 127 | 0 | 20 | 3 | 251 | 135 | 67 |
| Binary | 11111 | 11110111 | 11001111 | 1010111 | 0 | 10000 | 11 | 10101001 | 1011101 | 110111 |
Color Harmonies of #1FF7CF
Complementary color
Monochromatic Colors of #1FF7CF
Black with #1FF7CF
Text Example
Text Example
White with #1FF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF7CF; }
p { color: rgb(31,247,207); }
H1.HeaderClassName
{
color: #1FF7CF;
}
.AnyTagClassName
{
color: #1FF7CF;
}
</style>
background-color css
<style>
a { background-color: #1FF7CF; }
a { background-color: rgb(31,247,207); }
div.DivClassName
{
background-color: #1FF7CF;
}
.BgClassName
{
background-color: #1FF7CF;
}
</style>
border-color css
<style>
span { border-color: #1FF7CF; }
span { border-color: rgb(31,247,207); }
td.TdClassName
{
border-color: #1FF7CF;
}
.TagClassName
{
border-color: #1FF7CF;
}
</style>